structure

This commit is contained in:
Tiago Batista Cardoso
2026-02-03 14:08:49 +01:00
parent 5e4a3b642d
commit a1ff7c701e
2 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +0,0 @@
obj-m += driver.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