]> git.droids-corp.org - dpdk.git/blobdiff - examples/cmdline/Makefile
telemetry: move some functions to metrics library
[dpdk.git] / examples / cmdline / Makefile
index 0b6b54540a3d199b18388d49fe19a8a45df2d53e..9a33355d0b8aa04cf8286ae7472165e863b6a327 100644 (file)
@@ -57,6 +57,7 @@ SRCS-y := main.c commands.c parse_obj_list.c
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 
 include $(RTE_SDK)/mk/rte.extapp.mk