]> git.droids-corp.org - dpdk.git/blobdiff - examples/vmdq_dcb/Makefile
ethdev: add tracepoints
[dpdk.git] / examples / vmdq_dcb / Makefile
index 2a9b04143f641543c4e3efde878b59080c49ca51..3eb7c9f43b0c158f425080d87ae4812bcc69ac12 100644 (file)
@@ -50,6 +50,7 @@ RTE_TARGET ?= $(notdir $(abspath $(dir $(firstword $(wildcard $(RTE_SDK)/*/.conf
 include $(RTE_SDK)/mk/rte.vars.mk
 
 CFLAGS += $(WERROR_FLAGS)
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 
 # workaround for a gcc bug with noreturn attribute
 # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12603