mirror of
https://github.com/Hizenberg469/Driver-tutorial.git
synced 2026-04-20 00:42:25 +03:00
ioctl done
This commit is contained in:
7
ioctl/Makefile
Normal file
7
ioctl/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user