examples/ethtool: use ixgbe public function
[dpdk.git] / examples / ethtool / lib / Makefile
index 5b4991e..46b1b3a 100644 (file)
@@ -54,6 +54,10 @@ SRCS-y := rte_ethtool.c
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
 
+ifeq ($(CONFIG_RTE_LIBRTE_IXGBE_PMD),y)
+LDLIBS += -lrte_pmd_ixgbe
+endif
+
 # internal dependencies
 DEPDIRS-y += lib/librte_eal
 DEPDIRS-y += lib/librte_ether