1 2 3 4 5 6 7 8
RELEASE := $(shell uname -r) KERNEL := /lib/modules/$(RELEASE)/build obj-m += main.o all: $(MAKE) -C $(KERNEL) M=$(PWD) modules