Host insane unsafe usage

This commit is contained in:
Ciro Santilli
2017-08-03 04:32:06 +01:00
parent dfc4981e46
commit 0bb3e8519a
13 changed files with 85 additions and 54 deletions

View File

@@ -6,7 +6,7 @@ ccflags-y := -Wno-declaration-after-statement -std=gnu99
all: hello.ko
hello.ko: hello.c
make -C '/lib/modules/$(shell uname -r)/build' M='$(PWD)' modules
$(MAKE) -C '/lib/modules/$(shell uname -r)/build' M='$(PWD)' modules
clean:
make -C '/lib/modules/$(shell uname -r)/build' M='$(PWD)' clean
$(MAKE) -C '/lib/modules/$(shell uname -r)/build' M='$(PWD)' clean