summaryrefslogtreecommitdiffstats
path: root/DNA/linux/Makefile
diff options
context:
space:
mode:
authortv <tv@xso>2011-09-08 13:05:36 +0200
committertv <tv@xso>2011-09-08 13:05:36 +0200
commitd78ee04c351350f8da89a462d7597678fc03c6f9 (patch)
treedaa707d0cb4c0e83690d74c3598a3e79c983199a /DNA/linux/Makefile
parenta8e53a77519617ec510e4dba05b8acb26272c81c (diff)
//DNA: add //-Verkrebsung
Diffstat (limited to 'DNA/linux/Makefile')
-rw-r--r--DNA/linux/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/DNA/linux/Makefile b/DNA/linux/Makefile
new file mode 100644
index 00000000..2ed4c9fb
--- /dev/null
+++ b/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