all: fa312.o

fa312.o: fa312.c fa312.h
	gcc -D__KERNEL__ -DMODULE -DMODVERSIONS -Wall -Wstrict-prototypes -O -m486 -c fa312.c

clean: 
	rm -f core *.o
