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

7
driver/Makefile Normal file
View File

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