build: disable experimental API check internally
[dpdk.git] / drivers / mempool / bucket / Makefile
index 1dc0079..c766c35 100644 (file)
@@ -15,7 +15,6 @@ LIB = librte_mempool_bucket.a
 
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
-CFLAGS += -DALLOW_EXPERIMENTAL_API
 
 LDLIBS += -lrte_eal -lrte_mempool -lrte_ring