mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
Move files up on tree
This commit is contained in:
10
kernel_module/Makefile
Normal file
10
kernel_module/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
obj-m += debugfs.o hello.o hello2.o
|
||||
ccflags-y := -Wno-declaration-after-statement -std=gnu99
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
all:
|
||||
$(MAKE) -C '$(LINUX_DIR)' M='$(PWD)' modules
|
||||
|
||||
clean:
|
||||
$(MAKE) -C '$(LINUX_DIR)' M='$(PWD)' clean
|
||||
Reference in New Issue
Block a user