]> git.droids-corp.org - dpdk.git/blobdiff - examples/helloworld/Makefile
ethdev: add tracepoints
[dpdk.git] / examples / helloworld / Makefile
index 16d82b02f0e67953e2c7cbef2a2e87abb62a99aa..0f5af0806b3fed2212a2c80f17885c9d371bf2f6 100644 (file)
@@ -51,6 +51,7 @@ include $(RTE_SDK)/mk/rte.vars.mk
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 
 include $(RTE_SDK)/mk/rte.extapp.mk