X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_pdump%2FMakefile;h=fde8ac92b8947f81e67e2952dced6d2b379eee96;hb=39b88344e36426bea97cb131fb8ff5b4348e4676;hp=ee14dba7af4a8555893532625f120dfb0b6ef8db;hpb=2c6c3e0dc8d19b7b2fa67f23ea20b3cf7d2f8f0c;p=dpdk.git diff --git a/lib/librte_pdump/Makefile b/lib/librte_pdump/Makefile index ee14dba7af..fde8ac92b8 100644 --- a/lib/librte_pdump/Makefile +++ b/lib/librte_pdump/Makefile @@ -8,13 +8,10 @@ LIB = librte_pdump.a CFLAGS += -DALLOW_EXPERIMENTAL_API CFLAGS += $(WERROR_FLAGS) -I$(SRCDIR) -O3 -CFLAGS += -D_GNU_SOURCE LDLIBS += -lrte_eal -lrte_mempool -lrte_mbuf -lrte_ethdev EXPORT_MAP := rte_pdump_version.map -LIBABIVER := 2 - # all source are stored in SRCS-y SRCS-$(CONFIG_RTE_LIBRTE_PDUMP) := rte_pdump.c