Makefile added

This commit is contained in:
2026-09-03 11:05:09 -06:00
parent 2a7e332dbe
commit 42d0a84cd7

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
obj-m += simple.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean