summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2013-11-17 08:49:47 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-11-17 13:16:20 -0600
commitbab0060ea78a4ca1c23aba976c6f7ded38a278b5 (patch)
tree4c32ef8fadf15c09274ee8f5a2a543936882513e /src/build/mkrules
parentc06963091b4d2a4939ad188c46cf318e410a05c2 (diff)
downloadtalos-hostboot-bab0060ea78a4ca1c23aba976c6f7ded38a278b5.tar.gz
talos-hostboot-bab0060ea78a4ca1c23aba976c6f7ded38a278b5.zip
Remove hwasCallout.H as dep to fix compile in FSP
ODE does not follow dependencies in a serial manner so it is not smart enought to realize the .H is in the tar file. Change-Id: I7cb5657554f04fd0d0c915d188fdc40b72258004 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7285 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/mkrules')
-rwxr-xr-xsrc/build/mkrules/hbfw/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/mkrules/hbfw/makefile b/src/build/mkrules/hbfw/makefile
index 4b7f4e38a..09befdf0d 100755
--- a/src/build/mkrules/hbfw/makefile
+++ b/src/build/mkrules/hbfw/makefile
@@ -69,7 +69,7 @@ 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
+epub_check: expand_tars epubProcedureID_check.pl epub_service_codes.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`
OpenPOWER on IntegriCloud