# Change the below variable to adjust the path of your kernel include files.
KERNEL_PATH=/usr/src/linux/include
CFLAGS=-D__KERNEL__ -I${KERNEL_PATH} -w -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -DMODULE
CC=gcc
psaux.o: psaux.c
clean:
	rm -f psaux.o

