summaryrefslogtreecommitdiff
path: root/solenv/gbuild/gbuild.mk
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-03-23 11:42:11 -0400
committerPeter Foley <pefoley2@verizon.net>2013-03-23 11:42:39 -0400
commitc52ceef8395a3b4c59bf6e139e126b57c77d2d92 (patch)
tree22af5567d23b5bb8a40841c5b688df47bccfb36c /solenv/gbuild/gbuild.mk
parent115bc7347f6ead8a7ca1110ceee4db7ce729f5ff (diff)
add dba dbu and dbtools to Library_merged
Change-Id: I2a686cc18e0e965124e886901d852daf2d607b9b
Diffstat (limited to 'solenv/gbuild/gbuild.mk')
-rw-r--r--solenv/gbuild/gbuild.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk
index aff848b27899..f914c0017fc2 100644
--- a/solenv/gbuild/gbuild.mk
+++ b/solenv/gbuild/gbuild.mk
@@ -82,6 +82,8 @@ COMMA :=,
CLOSE_PAREN :=)
+include $(GBUILDDIR)/Helper.mk
+
# optional extensions that should never be essential
ifneq ($(wildcard $(GBUILDDIR)/extensions/pre_*.mk),)
include $(wildcard $(GBUILDDIR)/extensions/pre_*.mk)
@@ -180,7 +182,6 @@ gb__ENV_CXXFLAGS := $(ENVCFLAGSCXX)
endif
include $(GBUILDDIR)/ExternalExecutable.mk
-include $(GBUILDDIR)/Helper.mk
include $(GBUILDDIR)/TargetLocations.mk
include $(GBUILDDIR)/Tempfile.mk