corrections on 03 and 08, 09 done
This commit is contained in:
9
09/Makefile
Normal file
9
09/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
obj-m += mounts.o
|
||||
mounts-y = main.o rw.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