summaryrefslogtreecommitdiffstats
path: root/src/build/mkrules/hbfw/makefile
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2012-08-12 12:10:33 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-08-15 12:41:06 -0500
commit13682024ac1a36b7400c8619e87b88a5b182d132 (patch)
tree4dfc72a426d4e04bcef4deb144ffed0055cdb1fb /src/build/mkrules/hbfw/makefile
parent564bd490f2c9db01c5553d5b2b6a00cc43f828d0 (diff)
downloadtalos-hostboot-13682024ac1a36b7400c8619e87b88a5b182d132.tar.gz
talos-hostboot-13682024ac1a36b7400c8619e87b88a5b182d132.zip
Miscellaneous support for x86 targeting builds in FSP
- Updated makefiles delivered to FSP to include NFP context mk directives - Updated makefiles delivered to FSP to consolidate subtree directives - Updated abstract pointer type to handle 4 byte x86 pointers - Updated attribute resource provider to use updated abstract pointer Change-Id: Ib924ae40c250d968e9ccbb9cffb1eb38bb747cdd RTC: 39737 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1519 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/mkrules/hbfw/makefile')
-rwxr-xr-xsrc/build/mkrules/hbfw/makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/build/mkrules/hbfw/makefile b/src/build/mkrules/hbfw/makefile
index f42390815..e7d1328e3 100755
--- a/src/build/mkrules/hbfw/makefile
+++ b/src/build/mkrules/hbfw/makefile
@@ -27,10 +27,6 @@
# NOTE: Do NOT modify this file in CMVC directly! It comes from the Hostboot
# repository and will be overwritten.
-STANDARD_SUBDIRS += \
- img \
- simics
-
# Process the fsp subtree
.if(${CONTEXT:R} == "ppc")
@@ -39,17 +35,17 @@ EXPINC_SUBDIRS += fsp
OBJECTS_SUBDIRS +=
EXPLIB_SUBDIRS +=
EXPSHLIB_SUBDIRS += fsp
-STANDARD_SUBDIRS += fsp
+STANDARD_SUBDIRS += fsp img simics
RUNBVT_SUBDIRS +=
.elseif(${CONTEXT} == "x86.nfp")
-EXPINC_SUBDIRS += nfp
+EXPINC_SUBDIRS += fsp
OBJECTS_SUBDIRS +=
-EXPLIB_SUBDIRS += nfp
-EXPSHLIB_SUBDIRS += nfp
-STANDARD_SUBDIRS += nfp
-RUNBVT_SUBDIRS +=
+EXPLIB_SUBDIRS += fsp
+EXPSHLIB_SUBDIRS += fsp
+STANDARD_SUBDIRS += fsp
+RUNBVT_SUBDIRS +=
.endif
OpenPOWER on IntegriCloud