鏇存柊浜嗗唴瀛樼鐞嗕箣椤靛紡绠$悊鏈哄埗...

This commit is contained in:
gatieme
2016-08-07 16:35:13 +08:00
parent 0a5d402edf
commit 212a9fac6e
59 changed files with 686 additions and 686 deletions
@@ -0,0 +1,18 @@
ifneq ($(KERNELRELEASE),)
obj-m := my_current.o
else
KERNELDIR ?= /lib/modules/$(shell uname -r)/build
PWD := $(shell pwd)
all:
make -C $(KERNELDIR) M=$(PWD) modules
clean:
make -C $(KERNELDIR) M=$(PWD) clean
endif