summaryrefslogtreecommitdiffstats
path: root/DNA/linux/Makefile
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-09-12 14:32:18 +0200
committermakefu <github@syntax-fehler.de>2011-09-12 14:32:18 +0200
commit9f70f9b5b462aa3e150b9708f695edfaf716edd4 (patch)
tree5cbebe6cbc0ada2c988d7f14d0bbbc52a68b37c1 /DNA/linux/Makefile
parent568fbd7fa5541182bbbc33560863ec9c3ff01d48 (diff)
parenta07326f6c57a7e8f49b9bef96ded427275a16e2e (diff)
Merge branch 'master' into punani_files
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