summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/hbfw
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2012-07-06 22:38:03 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-07-11 17:02:00 -0500
commit53cc1854646f8e1b82cf94f3beec8f36ef7cd353 (patch)
treea237f97c17fd77da20d5db288577118f7db25254 /src/build/mkrules/hbfw
parentf02a3cb65a7a4ddab5d05f868672d429113feca8 (diff)
downloadtalos-hostboot-53cc1854646f8e1b82cf94f3beec8f36ef7cd353.tar.gz
talos-hostboot-53cc1854646f8e1b82cf94f3beec8f36ef7cd353.zip
Support building x86.nfp tree from hbfw component root
Change-Id: I3ab4f659355b2ee48454de692c794265c4f58f13 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1299 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/mkrules/hbfw')
-rwxr-xr-xsrc/build/mkrules/hbfw/makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/build/mkrules/hbfw/makefile b/src/build/mkrules/hbfw/makefile
index 31ba42fad..f42390815 100755
--- a/src/build/mkrules/hbfw/makefile
+++ b/src/build/mkrules/hbfw/makefile
@@ -42,6 +42,15 @@ EXPSHLIB_SUBDIRS += fsp
STANDARD_SUBDIRS += fsp
RUNBVT_SUBDIRS +=
+.elseif(${CONTEXT} == "x86.nfp")
+
+EXPINC_SUBDIRS += nfp
+OBJECTS_SUBDIRS +=
+EXPLIB_SUBDIRS += nfp
+EXPSHLIB_SUBDIRS += nfp
+STANDARD_SUBDIRS += nfp
+RUNBVT_SUBDIRS +=
+
.endif
# Directives to expand tar files and ensure expansion before
OpenPOWER on IntegriCloud