]> git.droids-corp.org - dpdk.git/blobdiff - examples/service_cores/Makefile
mk: add experimental tag check
[dpdk.git] / examples / service_cores / Makefile
index 2dc36134b98ac3a69272a44b1cf5dda514e593bb..4f79c9776a1825f8eef5d9862ec0f16f1db69135 100644 (file)
@@ -16,6 +16,7 @@ APP = service_cores
 # all source are stored in SRCS-y
 SRCS-y := main.c
 
 # 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
 CFLAGS += $(WERROR_FLAGS)
 
 # workaround for a gcc bug with noreturn attribute