build: replace license text with SPDX tag
[dpdk.git] / app / test-pmd / Makefile
index 34125e5..ed588ab 100644 (file)
@@ -10,6 +10,7 @@ ifeq ($(CONFIG_RTE_TEST_PMD),y)
 #
 APP = testpmd
 
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)