]> git.droids-corp.org - dpdk.git/blobdiff - examples/multi_process/simple_mp/Makefile
ethdev: add tracepoints
[dpdk.git] / examples / multi_process / simple_mp / Makefile
index 4c0764451ab2c7e5f0fdceb9feb08e653383e429..f88b499bdc686211c60e9963e926b7671da28daf 100644 (file)
@@ -18,5 +18,6 @@ SRCS-y := main.c mp_commands.c
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 
 include $(RTE_SDK)/mk/rte.extapp.mk