summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5c311a0640..e1ba98270d 100644
--- a/Makefile
+++ b/Makefile
@@ -182,7 +182,9 @@ ifdef CTS_MODULE
include cts/build.mk
endif
include $(BASEDIR)/build.mk
+ifneq ($(BASEDIR),$(BDIR))
include $(BDIR)/build.mk
+endif
include chip/$(CHIP)/build.mk
include core/$(CORE)/build.mk
include common/build.mk