From bc76594d91f3953d676201e3f06534338ab01524 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 3 Feb 2011 11:44:27 +0100 Subject: Reorganized kernel/ subdir The kernel/ subdirectory is reorganized to follow the kernel directory structure. --- kernel/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 kernel/Makefile (limited to 'kernel/Makefile') 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 -- cgit v1.2.3