ioctl done

This commit is contained in:
2025-02-24 17:45:02 +00:00
parent 3681dbfaac
commit 8a8b8cf56a
5 changed files with 250 additions and 0 deletions

7
ioctl/Makefile Normal file
View File

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