summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/Makefile')
-rw-r--r--kernel/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/kernel/Makefile b/kernel/Makefile
deleted file mode 100644
index 7881b98..0000000
--- a/kernel/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-ifndef IP_SET_MAX
-$(error "Use the toplevel Makefile, not the one in the kernel/ subdirectory")
-endif
-
-ifneq ($(KERNELRELEASE),)
-include Kbuild
-else
-KERNELDIR := /lib/modules/`uname -r`/build
-all::
- $(MAKE) -C $(KERNELDIR) M=`pwd` $@
-endif