summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/Makefile
blob: e983a605407bc30c0e25b7aabc49e49a723add5a (plain)
1
2
3
4
5
6
7
8
9
10
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