LDP/LDP/guide/docbook/lkmpg/2.6/lkmpg-examples/06-UsingProcForInput/Makefile

8 lines
156 B
Makefile

obj-m += procfs.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