diff options
author | Richard J. Knight <rjknight@us.ibm.com> | 2017-04-05 13:09:25 -0500 |
---|---|---|
committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2019-04-10 12:13:36 -0500 |
commit | 66b1aa028bfaa169edd977e68942b88f457c5ca4 (patch) | |
tree | 5eb9c17b87e4a4b886e7049bdc00b0733e221c32 /src/import/tools | |
parent | b9b808b3f44ed0e80922442f5daa22e7aa548ff0 (diff) | |
download | talos-hostboot-66b1aa028bfaa169edd977e68942b88f457c5ca4.tar.gz talos-hostboot-66b1aa028bfaa169edd977e68942b88f457c5ca4.zip |
Call the tool to generate the cmsk rings + .C files for procedure
Change-Id: I0874efbfe48e0657c2b279ecc864f1c8e7244e83
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39138
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Prachi Gupta <pragupta@us.ibm.com>
Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/39615
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/tools')
-rw-r--r-- | src/import/tools/build/common.dir/script.rules.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/import/tools/build/common.dir/script.rules.mk b/src/import/tools/build/common.dir/script.rules.mk index 7cbf01240..dfa8f4b42 100644 --- a/src/import/tools/build/common.dir/script.rules.mk +++ b/src/import/tools/build/common.dir/script.rules.mk @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2015,2016 +# Contributors Listed Below - COPYRIGHT 2015,2019 # [+] International Business Machines Corp. # # @@ -42,6 +42,7 @@ # Input: # * Optional input to delay the running of BUILD_GENERATED macro to a # later phase EXE or MODULE. +# BUILD_GENERATED = $(eval $(call __BUILD_GENERATED,$1)) # Order of operations: @@ -73,7 +74,7 @@ $(call __CLEAN_TARGET,$$($(GENERATED)_PATH)/.$(GENERATED).built) $(foreach target,$(TARGETS),\ $(call CLEAN_TARGET,$$($(GENERATED)_PATH)/$(target))) -$(or $1,GEN)_TARGETS += $$($(GENERATED)_PATH)/.$(GENERATED).built +$(or $(strip $1),GEN)_TARGETS += $$($(GENERATED)_PATH)/.$(GENERATED).built GENERATED:= COMMAND:= |