KDIR ?= /lib/modules/`uname -r`/build

modules:
	make -C $(KDIR) M=`pwd` modules
	
obj-m := hello.o
