diff --git a/make/platform.mk b/make/platform.mk index 198a086c..bf161fdd 100644 --- a/make/platform.mk +++ b/make/platform.mk @@ -12,8 +12,8 @@ endef CACHE_PROJECTS_MK := $(JWBDIR)/cache-projects.mk -$(eval $(call try_include,$(CACHE_PROJECTS_MK))) $(eval $(call try_include,$(TOPDIR)/make/.cache-project.mk)) +$(eval $(call try_include,$(CACHE_PROJECTS_MK))) $(eval $(call try_include,$(JWBDIR)/make/pre-local.mk)) $(eval $(call try_include,$(TOPDIR)/make/pre-local.mk)) $(eval $(call try_include,pre-local.mk))