]> git.droids-corp.org - dpdk.git/blobdiff - examples/kni/Makefile
net/sfc: add missing header guard to TSO header file
[dpdk.git] / examples / kni / Makefile
index 7e19d2e2a04fd69d799cbcc28f2e8fc96529f9c9..dd90d7d734f3d0e53167009257e9972cd7fc2e72 100644 (file)
@@ -20,6 +20,7 @@ static: build/$(APP)-static
 
 PC_FILE := $(shell pkg-config --path libdpdk)
 CFLAGS += -O3 $(shell pkg-config --cflags libdpdk)
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 LDFLAGS_SHARED = $(shell pkg-config --libs libdpdk)
 LDFLAGS_STATIC = -Wl,-Bstatic $(shell pkg-config --static --libs libdpdk)
 
@@ -54,6 +55,7 @@ please change the definition of the RTE_TARGET environment variable)
 endif
 
 CFLAGS += -O3
+CFLAGS += -DALLOW_EXPERIMENTAL_API
 CFLAGS += $(WERROR_FLAGS)
 
 include $(RTE_SDK)/mk/rte.extapp.mk