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