diff options
Diffstat (limited to 'drivers/net/tap/Makefile')
-rw-r--r-- | drivers/net/tap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/tap/Makefile b/drivers/net/tap/Makefile index 32433653..77482838 100644 --- a/drivers/net/tap/Makefile +++ b/drivers/net/tap/Makefile @@ -22,6 +22,7 @@ CFLAGS += -O3 CFLAGS += -I$(SRCDIR) CFLAGS += -I. CFLAGS += $(WERROR_FLAGS) +CFLAGS += -DALLOW_EXPERIMENTAL_API LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs -lrte_hash LDLIBS += -lrte_bus_vdev -lrte_gso |