This commit is contained in:
2025-07-10 18:48:31 +02:00
parent 85301ea6e0
commit fb12152966
2 changed files with 33 additions and 11 deletions

8
08/Makefile Normal file
View File

@ -0,0 +1,8 @@
obj-m += main.o
PWD := $(CURDIR)
all:
$(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
$(MAKE) -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean