driver base

This commit is contained in:
TIBERGHIEN corentin
2026-02-03 10:33:52 +01:00
parent fabb49ffa6
commit 5e4a3b642d
2 changed files with 154 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
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