RELEASE := $(shell uname -r) KERNEL := /lib/modules/$(RELEASE)/build obj-m += main.o all: $(MAKE) -C $(KERNEL) M=$(PWD) modules