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/net/netfilter/ipset/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 kernel/net/netfilter/ipset/Makefile (limited to 'kernel/net/netfilter/ipset/Makefile') diff --git a/kernel/net/netfilter/ipset/Makefile b/kernel/net/netfilter/ipset/Makefile new file mode 100644 index 0000000..e983a60 --- /dev/null +++ b/kernel/net/netfilter/ipset/Makefile @@ -0,0 +1,11 @@ +ifndef IP_SET_MAX +$(error "Use the toplevel Makefile, not the ones 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