aboutsummaryrefslogtreecommitdiffstats
path: root/examples/ethtool/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ethtool/lib/Makefile')
-rw-r--r--examples/ethtool/lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/ethtool/lib/Makefile b/examples/ethtool/lib/Makefile
index 266babad..cabd82a0 100644
--- a/examples/ethtool/lib/Makefile
+++ b/examples/ethtool/lib/Makefile
@@ -59,5 +59,6 @@ ifeq ($(CONFIG_RTE_LIBRTE_IXGBE_PMD),y)
LDLIBS += -lrte_pmd_ixgbe
endif
endif
+LDLIBS += -lrte_eal -lrte_ethdev
include $(RTE_SDK)/mk/rte.extlib.mk