NAME=test
obj-m = $(NAME).o
KVERSION = 3.17.0-rc3+

all:
	make -C /lib/modules/$(KVERSION)/build M=$(PWD) modules
