X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Ftap%2FMakefile;h=cbf87af401ff510a93f3d06a4a6821192632b706;hb=4710e16a4a7b53c9f2cf38e6f6af945e9af59c26;hp=ccc5c5fc07fb636915e119addaeba0d103bd9163;hpb=4870a8cdd9687c62b2c9bf71584b445b4a4257e8;p=dpdk.git diff --git a/drivers/net/tap/Makefile b/drivers/net/tap/Makefile index ccc5c5fc07..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 # @@ -24,7 +22,7 @@ CFLAGS += -I. CFLAGS += $(WERROR_FLAGS) LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring LDLIBS += -lrte_ethdev -lrte_net -lrte_kvargs -lrte_hash -LDLIBS += -lrte_bus_vdev +LDLIBS += -lrte_bus_vdev -lrte_gso CFLAGS += -DTAP_MAX_QUEUES=$(TAP_MAX_QUEUES)