X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Fmemif%2FMakefile;h=3bf4ddce4cce0a2ac8f85331a0dc1456995c14e6;hb=c59e2faf147339e9b8375e2698919b8c053b0666;hp=3d92b08f259b4454a5404d50bc15f6952707fe40;hpb=3bdd09ae0714da28baf7b39b0741bed3316ff343;p=dpdk.git diff --git a/drivers/net/memif/Makefile b/drivers/net/memif/Makefile index 3d92b08f25..3bf4ddce4c 100644 --- a/drivers/net/memif/Makefile +++ b/drivers/net/memif/Makefile @@ -10,16 +10,8 @@ LIB = librte_pmd_memif.a EXPORT_MAP := rte_pmd_memif_version.map -LIBABIVER := 1 - CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) -CFLAGS += -DALLOW_EXPERIMENTAL_API -# Experimantal APIs: -# - rte_intr_callback_unregister_pending -# - rte_mp_action_register -# - rte_mp_reply -# - rte_mp_request_sync LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool LDLIBS += -lrte_ethdev -lrte_kvargs -lrte_net LDLIBS += -lrte_hash