summarylogtreecommitdiffstats
path: root/Kbuild
blob: 8427ebb0a10a3e0123b9506ea8e0d9ea5ff445c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Makefile for Nftables/netfilter fullcone expression support.
#

# module name, should not have the same name as src file names
TARGET = nft_fullcone

obj-m += $(TARGET).o

$(TARGET)-objs := \
	nf_nat_fullcone.o \
	nft_ext_fullcone.o

# product
ccflags-y += -Werror -Wall

# develop
#ccflags-y += -Wall -Wno-unused-function