summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2013-10-10 10:07:11 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-10-10 11:37:18 -0500
commit1aba49afc83686b8cc1378dd1f62fe450553e9be (patch)
tree406814ff94b4db6ff16c55c6b395cf6ce84d75bd /src/build
parent28d2cbbfe962284d1c43129adca2812e215abe71 (diff)
downloadtalos-hostboot-1aba49afc83686b8cc1378dd1f62fe450553e9be.tar.gz
talos-hostboot-1aba49afc83686b8cc1378dd1f62fe450553e9be.zip
add export of hbotcompid.H to fsp makefile
Change-Id: I9fdf0e1bfba7da99a8db648c305bdaecf6f11128 RTC: 88232 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6616 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/mkrules/hbfw/fsp/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/build/mkrules/hbfw/fsp/makefile b/src/build/mkrules/hbfw/fsp/makefile
index 458104154..e4d1cb930 100755
--- a/src/build/mkrules/hbfw/fsp/makefile
+++ b/src/build/mkrules/hbfw/fsp/makefile
@@ -41,6 +41,7 @@ RUNBVT_SUBDIRS +=
INCLUDES = hbdescriptor.H \
hbterminatetypes.H \
+ hbotcompid.H
.elseif(${CONTEXT} == "x86.nfp")
@@ -52,6 +53,9 @@ OBJECTS_SUBDIRS += plugins
EXPLIB_SUBDIRS += plugins
EXPSHLIB_SUBDIRS += plugins
STANDARD_SUBDIRS += plugins
+
+INCLUDES = hbotcompid.H
+
.endif
.include <${RULES_MK}>
OpenPOWER on IntegriCloud