diff options
Diffstat (limited to 'examples/ethtool/Makefile')
-rw-r--r-- | examples/ethtool/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/ethtool/Makefile b/examples/ethtool/Makefile index 995cd25b..30b42b70 100644 --- a/examples/ethtool/Makefile +++ b/examples/ethtool/Makefile @@ -46,4 +46,7 @@ else DIRS-y += lib ethtool-app endif +DEPDIRS-ethtool-app := lib +DEPDIRS-lib := librte_eal librte_ether + include $(RTE_SDK)/mk/rte.extsubdir.mk |