net/i40e: support deleting TM node
[dpdk.git] / examples / ethtool / lib / Makefile
index 46b1b3a..266baba 100644 (file)
@@ -54,12 +54,10 @@ SRCS-y := rte_ethtool.c
 CFLAGS += -O3
 CFLAGS += $(WERROR_FLAGS)
 
+ifeq ($(CONFIG_RTE_BUILD_SHARED_LIB),y)
 ifeq ($(CONFIG_RTE_LIBRTE_IXGBE_PMD),y)
 LDLIBS += -lrte_pmd_ixgbe
 endif
-
-# internal dependencies
-DEPDIRS-y += lib/librte_eal
-DEPDIRS-y += lib/librte_ether
+endif
 
 include $(RTE_SDK)/mk/rte.extlib.mk