d6960ca01d
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/dpdk#23957dc84dae688f3aca3222c9fa98a8283d649b
12 lines
418 B
Diff
12 lines
418 B
Diff
diff -up ./app/test/Makefile.libfix ./app/test/Makefile
|
|
--- ./app/test/Makefile.libfix 2017-02-07 11:57:20.198263877 -0500
|
|
+++ ./app/test/Makefile 2017-02-07 11:57:34.700156907 -0500
|
|
@@ -187,6 +187,7 @@ ifeq ($(CONFIG_RTE_LIBRTE_PMD_NULL),y)
|
|
SRCS-$(CONFIG_RTE_LIBRTE_PMD_BOND) += test_link_bonding_rssconf.c
|
|
ifeq ($(CONFIG_RTE_BUILD_SHARED_LIB),y)
|
|
LDLIBS += -lrte_pmd_null
|
|
+LDLIBS += -lrte_pmd_ring
|
|
endif
|
|
endif
|
|
|