all: fa311.o

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

clean: 
	rm -f core *.o
