summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2013-10-25 14:50:35 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-11-07 15:20:15 -0600
commit2e033b1d70a6d038a06978706555edbb5bd19ffd (patch)
tree7d79c60e76fe2eb7b04ba667919870cc6abe0960 /src
parent7f22fa5d26e793a77ddb314544a254ad37c7fc59 (diff)
downloadtalos-hostboot-2e033b1d70a6d038a06978706555edbb5bd19ffd.tar.gz
talos-hostboot-2e033b1d70a6d038a06978706555edbb5bd19ffd.zip
Fixed makefile for epubProcedureId_check.pl
Change-Id: I629cc3f5cfa7cb957181c612fb55f74719554d40 RTC: 72863 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/6881 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/build/mkrules/hbfw/makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/build/mkrules/hbfw/makefile b/src/build/mkrules/hbfw/makefile
index 39fc07803..4b7f4e38a 100755
--- a/src/build/mkrules/hbfw/makefile
+++ b/src/build/mkrules/hbfw/makefile
@@ -57,15 +57,21 @@ RUNBVT_SUBDIRS +=
TARFILES = fsp.tar simics.tar
+VPATH += fsp/hwas/common:
+
_SUBDIR/BUILD/EXPINC/fsp: expand_tars_fsp.tar
_SUBDIR/BUILD/EXPINC/simics: expand_tars_simics.tar
-EXPINC_TARGETS += expand_tars
+EXPINC_TARGETS += expand_tars epub_check
expand_tars: ${TARFILES:S/^/expand_tars_/g}
expand_tars_%: $${@:S/expand_tars_//}
@echo Extracting $> to ${*:S/expand_tars_//}
mkdir -p ${*:S/expand_tars_//}
${TAR} -x --file $> -C ${*:S/expand_tars_//}
+epub_check: expand_tars epubProcedureID_check.pl epub_service_codes.H hwasCallout.H
+ @echo "===== Checking epubProcedureID's Start:" `date`
+ ${epubProcedureID_check.pl:P} ${epub_service_codes.H:P} ${hwasCallout.H:P}
+ @echo "===== Checking epubProcedureID's End:" `date`
.include <${RULES_MK}>
OpenPOWER on IntegriCloud