obj-m  := e6.o

KERNELDIR := /lib/modules/$(shell uname -r)/build

all::
	$(MAKE) -C $(KERNELDIR) M=`pwd` modules
