aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 0c25810..0000000
--- a/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-ifneq ($(KERNELRELEASE),)
-include Kbuild
-else
-KDIR ?= /lib/modules/`uname -r`/build
-
-modules:
- @$(MAKE) -C $(KDIR) M=$$PWD modules
-
-clean:
- @$(MAKE) -C $(KDIR) M=$$PWD clean
-
-install:
- @$(MAKE) -C $(KDIR) M=$$PWD modules_install
- @depmod -a
-
-endif
-