summaryrefslogtreecommitdiffstats
path: root/sandbox/DNA/linux/Makefile
diff options
context:
space:
mode:
authorroot <root@pigstarter.de>2013-11-05 13:24:42 +0100
committerroot <root@pigstarter.de>2013-11-05 13:24:42 +0100
commit5e326f51c58e500285ea3daee91986ee1ea518eb (patch)
tree2b3eccf15e10e4331dcb2d01c9f53620d749f55f /sandbox/DNA/linux/Makefile
parentae627d2aa73ea6862af3985f1c07e95c6d493275 (diff)
sandbox -> .graveyard
Diffstat (limited to 'sandbox/DNA/linux/Makefile')
-rw-r--r--sandbox/DNA/linux/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/sandbox/DNA/linux/Makefile b/sandbox/DNA/linux/Makefile
deleted file mode 100644
index 2ed4c9fb..00000000
--- a/sandbox/DNA/linux/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-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