]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pipeline/Makefile
apps: use helper to create mbuf pools
[dpdk.git] / app / test-pipeline / Makefile
index b81652f5820dbf12c99df1983bcb34d278f19df3..aa6df0cf46d564773c839ba38f3aad1866df66ae 100644 (file)
@@ -41,10 +41,6 @@ APP = testpipeline
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
 
-ifeq ($(CONFIG_RTE_LIBRTE_PMD_PCAP),y)
-LDFLAGS += -lpcap
-endif
-
 #
 # all source are stored in SRCS-y
 #