driver-tutorial finished

This commit is contained in:
2025-02-25 08:19:58 +00:00
parent 8a8b8cf56a
commit 9eed2d489b
17 changed files with 2393 additions and 0 deletions

7
kernel_timer/Makefile Normal file
View File

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