X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fethtool%2Flib%2FMakefile;h=5b4991e2b27c94eadd457b79e62d55a1e531a432;hb=f8e9cbe2aa8258be201be58f1b2ba382b928b1ad;hp=d7ee9555e44e8144f248c565572cf782d3fc460b;hpb=fef3066c40d9641352d938a775e4724f76820314;p=dpdk.git diff --git a/examples/ethtool/lib/Makefile b/examples/ethtool/lib/Makefile index d7ee9555e4..5b4991e2b2 100644 --- a/examples/ethtool/lib/Makefile +++ b/examples/ethtool/lib/Makefile @@ -54,4 +54,8 @@ SRCS-y := rte_ethtool.c CFLAGS += -O3 CFLAGS += $(WERROR_FLAGS) +# internal dependencies +DEPDIRS-y += lib/librte_eal +DEPDIRS-y += lib/librte_ether + include $(RTE_SDK)/mk/rte.extlib.mk