summaryrefslogtreecommitdiffstats
path: root/kernel/Makefile
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-02-03 11:44:27 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-02-03 11:44:27 +0100
commitbc76594d91f3953d676201e3f06534338ab01524 (patch)
tree20754f42b2144e08c5c382246e5bc57622f1a1e0 /kernel/Makefile
parent43b0532ea90ae4140233f1e293ff663f7e49bec8 (diff)
Reorganized kernel/ subdir
The kernel/ subdirectory is reorganized to follow the kernel directory structure.
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