diff --git a/Makefile b/Makefile index dd7f12b..f68c1d7 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -obj-m := poc.o +obj-m := main.o KDIR := /lib/modules/$(shell uname -r)/build all: $(MAKE) -C $(KDIR) M=$(shell pwd) modules