From bc5069ac40a19fc0f421403c9f8ae7e645b34cbb Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 1 Nov 2013 12:19:09 +0100 Subject: remove SOLARENV variable It is constant and can just be replaced by $(SRCDIR)/solenv. Use BUILD_TYPE where it was used to check if config_*.mk is sourced. Change-Id: Ib9d480c57194b6340093aa47776f8768df69b7d1 --- Makefile.gbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.gbuild') diff --git a/Makefile.gbuild b/Makefile.gbuild index 65ff9f25fea3..8c41a2898618 100644 --- a/Makefile.gbuild +++ b/Makefile.gbuild @@ -16,7 +16,7 @@ endif include $(BUILDDIR)/config_$(gb_Side).mk -include $(SOLARENV)/gbuild/gbuild.mk +include $(SRCDIR)/solenv/gbuild/gbuild.mk $(eval $(call gb_Module_make_global_targets,$(SRCDIR)/RepositoryModule_$(gb_Side).mk)) -- cgit v1.2.3