mk: add experimental tag check
[dpdk.git] / examples / service_cores / Makefile
index 2dc3613..4f79c97 100644 (file)
@@ -16,6 +16,7 @@ APP = service_cores
 # all source are stored in SRCS-y
 SRCS-y := main.c
 
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 CFLAGS += $(WERROR_FLAGS)
 
 # workaround for a gcc bug with noreturn attribute