first commit
This commit is contained in:
12
lab_4/Makefile
Normal file
12
lab_4/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
ifneq ($(KERNELRELEASE),)
|
||||
include Kbuild
|
||||
else
|
||||
# normal makefile
|
||||
KDIR ?= /lib/modules/`uname -r`/build
|
||||
|
||||
default:
|
||||
$(MAKE) -C $(KDIR) M=$$PWD
|
||||
clean:
|
||||
$(MAKE) -C $(KDIR) M=$$PWD clean
|
||||
endif
|
||||
Reference in New Issue
Block a user