From 8ade18b9aeb6e1d59d49d1b98ad162af8b872ef5 Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 20 Dec 2012 10:35:56 +0700 Subject: //sandbox - graveyard for the too-new and too-old projects of course, there is always a good time for grave-digging, voodoo and necomancing. Just take care, the projects may bite --- sandbox/DNA/linux/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sandbox/DNA/linux/Makefile (limited to 'sandbox/DNA/linux/Makefile') diff --git a/sandbox/DNA/linux/Makefile b/sandbox/DNA/linux/Makefile new file mode 100644 index 00000000..2ed4c9fb --- /dev/null +++ b/sandbox/DNA/linux/Makefile @@ -0,0 +1,7 @@ +obj-m += krebs.o + +all: + make -C /lib/modules/$(shell uname -r)/build M=$(PWD) + +clean: + make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean -- cgit v1.2.3