Reorder and add module params example
This commit is contained in:
parent
2c8ab5e48f
commit
a30ba27a3f
11 changed files with 62 additions and 1 deletions
7
03_character_device/Makefile
Normal file
7
03_character_device/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
obj-m += test_module.o
|
||||
|
||||
all:
|
||||
make -C $(LINUX_MODULES_FOLDER)/build M=$(PWD) modules
|
||||
|
||||
clean:
|
||||
make -C $(LINUX_MODULES_FOLDER)/build M=$(PWD) clean
|
Loading…
Add table
Add a link
Reference in a new issue