X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Ftap%2FMakefile;h=cbf87af401ff510a93f3d06a4a6821192632b706;hb=4710e16a4a7b53c9f2cf38e6f6af945e9af59c26;hp=774828386dd12577385867e22501ebda88b42981;hpb=c9aa56edec8ee3d210904c36e145a592a8a56218;p=dpdk.git diff --git a/drivers/net/tap/Makefile b/drivers/net/tap/Makefile index 774828386d..cbf87af401 100644 --- a/drivers/net/tap/Makefile +++ b/drivers/net/tap/Makefile @@ -10,8 +10,6 @@ LIB = librte_pmd_tap.a EXPORT_MAP := rte_pmd_tap_version.map -LIBABIVER := 1 - # # TAP_MAX_QUEUES must be a power of 2 # @@ -22,7 +20,6 @@ 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