summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2014-07-01 02:41:23 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-07-01 13:37:44 -0500
commita6ab428c0ed5060f90a7cdd66df3ad9ad4c89962 (patch)
tree6d1db99db1064695e2efcc584c5e38b095fd526e /src
parent876cddf676754fa66cc6251e48ee00ce02b3e7e6 (diff)
downloadtalos-hostboot-a6ab428c0ed5060f90a7cdd66df3ad9ad4c89962.tar.gz
talos-hostboot-a6ab428c0ed5060f90a7cdd66df3ad9ad4c89962.zip
Give build option to prevent use of binfiles cache.
Change-Id: I489c4aa22d5855ba4e7d3affa3198baea1fc0a55 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11902 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/build/mkrules/binfile.rules.mk6
-rw-r--r--src/makefile2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/build/mkrules/binfile.rules.mk b/src/build/mkrules/binfile.rules.mk
index ebc8bde7e..eaf0f08df 100644
--- a/src/build/mkrules/binfile.rules.mk
+++ b/src/build/mkrules/binfile.rules.mk
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2012,2014
+# Contributors Listed Below - COPYRIGHT 2013,2014
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -25,6 +27,7 @@
# Description:
# Rules for copying files from the binary file cache.
+ifndef SKIP_BINARY_FILES
ifdef BINARY_FILES
# Rules for BINARY_FILES directive.
@@ -65,3 +68,4 @@ $(foreach file,$(BINARY_FILES), \
)
endif
+endif
diff --git a/src/makefile b/src/makefile
index 1ce230359..ab53b2f2d 100644
--- a/src/makefile
+++ b/src/makefile
@@ -274,7 +274,9 @@ hbicore_test_EXTENDED_MODULES += ${hbicore_EXTENDED_MODULES}
hbicore_test_EXTENDED_MODULES += ${TESTCASE_MODULES}
hbicore_test_DATA_MODULES += ${hbicore_DATA_MODULES}
hbicore_test_DATA_MODULES += testdata
+ifndef SKIP_BINARY_FILES
hbicore_test_DATA_MODULES += test_signed_container
+endif
hbirt_OBJECTS += ${RUNTIME_OBJECTS}
hbirt_OBJECTS += ${BASE_OBJECTS}
OpenPOWER on IntegriCloud