]> git.droids-corp.org - dpdk.git/blobdiff - examples/multi_process/hotplug_mp/Makefile
test: use common macro RTE_DIM
[dpdk.git] / examples / multi_process / hotplug_mp / Makefile
index 1fd7aa085c91cb028087c2d9cb1fb2ff5618ac99..3ff74d52a839ceea406c2d354acc6e4a3674b0f3 100644 (file)
@@ -18,6 +18,5 @@ SRCS-y := main.c commands.c
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
-CFLAGS += -DALLOW_EXPERIMENTAL_API
 
 include $(RTE_SDK)/mk/rte.extapp.mk