From 73686954220e570e37b0811039c9bcca0015757e Mon Sep 17 00:00:00 2001 From: NJL <23+njl@noreply.git.churchofmalware.org> Date: Fri, 26 Jun 2026 22:44:20 +0000 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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