summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/binfile.rules.mk
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/build/mkrules/binfile.rules.mk
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/build/mkrules/binfile.rules.mk')
-rw-r--r--src/build/mkrules/binfile.rules.mk6
1 files changed, 5 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
OpenPOWER on IntegriCloud