]> git.droids-corp.org - dpdk.git/blobdiff - examples/ip_reassembly/Makefile
i40e/base: fix build with clang
[dpdk.git] / examples / ip_reassembly / Makefile
index 9324e864c6a7b3783dae8dbf6160b91199b7867d..d9539a3a92e60c974c197ae1b96b125f916076e2 100644 (file)
@@ -52,7 +52,6 @@ CFLAGS += $(WERROR_FLAGS)
 # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12603
 ifeq ($(CONFIG_RTE_TOOLCHAIN_GCC),y)
 CFLAGS_main.o += -Wno-return-type
-CFLAGS_main.o += -DIPV4_FRAG_TBL_STAT
 endif
 
 include $(RTE_SDK)/mk/rte.extapp.mk