mod_hello/Makefile

8 lines
159 B
Makefile
Raw Normal View History

2014-09-17 20:51:24 +00:00
obj-m += mod_hello.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean