From c73b83935734bf0a9b56183a2535dd0daba221fe Mon Sep 17 00:00:00 2001 From: 0xwille Date: Fri, 24 Jun 2011 13:57:37 +0200 Subject: Commit inicial --- handlers/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 handlers/Makefile (limited to 'handlers/Makefile') diff --git a/handlers/Makefile b/handlers/Makefile new file mode 100644 index 0000000..10043eb --- /dev/null +++ b/handlers/Makefile @@ -0,0 +1,8 @@ +obj-m += chardev.o +obj-m += procfs1.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 -- cgit v1.2.3