Code finished
This commit is contained in:
9
Code/Kernel_Module/Makefile
Normal file
9
Code/Kernel_Module/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
obj-m += chardev2.o
|
||||
|
||||
PWD := $(CURDIR)
|
||||
|
||||
all:
|
||||
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
|
||||
|
||||
clean:
|
||||
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
|
||||
Reference in New Issue
Block a user