initial
This commit is contained in:
11
driver/Makefile
Normal file
11
driver/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
obj-m += hello.o
|
||||
|
||||
KDIR := /lib/modules/$(shell uname -r)/build
|
||||
PWD := $(shell pwd)
|
||||
|
||||
all:
|
||||
$(MAKE) -C $(KDIR) M=$(PWD) modules
|
||||
|
||||
clean:
|
||||
$(MAKE) -C $(KDIR) M=$(PWD) clean
|
||||
|
Reference in New Issue
Block a user