diff options
Diffstat (limited to 'sandbox/DNA/linux/Makefile')
-rw-r--r-- | sandbox/DNA/linux/Makefile | 7 |
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 |