]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/Makefile
mk: optimize directory dependencies
[dpdk.git] / lib / librte_eal / Makefile
index cf11a0998c64e842e4c70883643e29b997d4b326..5690bb49ddf0185c9f5384becb619b1fc92df050 100644 (file)
@@ -33,6 +33,8 @@ include $(RTE_SDK)/mk/rte.vars.mk
 
 DIRS-y += common
 DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += linuxapp
 
 DIRS-y += common
 DIRS-$(CONFIG_RTE_EXEC_ENV_LINUXAPP) += linuxapp
+DEPDIRS-linuxapp := common
 DIRS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) += bsdapp
 DIRS-$(CONFIG_RTE_EXEC_ENV_BSDAPP) += bsdapp
+DEPDIRS-bsdapp := common
 
 include $(RTE_SDK)/mk/rte.subdir.mk
 
 include $(RTE_SDK)/mk/rte.subdir.mk