summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/Makefile
blob: cb0041848085bd27b394a4c14d8924da68ac7717 (plain)
1
2
3
4
5
6
7
8
9
10
11
ifndef IP_SET_MAX
$(error "Use the toplevel Makefile, not the ones under the kernel/ subdirectory")
endif

ifneq ($(KERNELRELEASE),)
include Kbuild
else
KERNELDIR := /lib/modules/`uname -r`/build
all::
	$(MAKE) -C $(KERNELDIR) M=`pwd` $@
endif