]> git.droids-corp.org - dpdk.git/blobdiff - examples/skeleton/Makefile
ethdev: add tracepoints
[dpdk.git] / examples / skeleton / Makefile
index 2c29004d79f5d62c133282ad4636798c76e554a1..2612688c0e8e87dfcce45e7eaa87d70546ce39e7 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