CC = kgcc CFLAGS = -O6 -pipe -fomit-frame-pointer -Wall -DMODULE -D__KERNEL__ -DLINUX all: my_module.o my_module.o : my_module.c