summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/makefile
diff options
context:
space:
mode:
authorAndres Lugo-Reyes <aalugore@us.ibm.com>2016-05-05 13:54:13 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-03 17:48:28 -0400
commit26900423db39e0c9a20028d92ba4d9dd80ab0b8e (patch)
tree2d722f738339d768845df3ee3528dbf32f355742 /src/usr/targeting/makefile
parentdeacf4a65a76c82cc85fb74856bf878f37f87171 (diff)
downloadtalos-hostboot-26900423db39e0c9a20028d92ba4d9dd80ab0b8e.tar.gz
talos-hostboot-26900423db39e0c9a20028d92ba4d9dd80ab0b8e.zip
attributeOverride build errors in fips910
Replace fapi references in attrTextToBinaryBlob.C with fapi2 and make the appropriate makefile changes. Change-Id: I868cf1c1e401a78352dad49bf45a4d3f17817738 RTC:148103 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24143 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/makefile')
-rw-r--r--src/usr/targeting/makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr/targeting/makefile b/src/usr/targeting/makefile
index 5330b963c..fc721fe62 100644
--- a/src/usr/targeting/makefile
+++ b/src/usr/targeting/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2011,2015
+# Contributors Listed Below - COPYRIGHT 2011,2016
# [+] International Business Machines Corp.
#
#
@@ -65,8 +65,7 @@ OBJS += ${HOSTBOOT_SPECIFIC_OBJS}
SUBDIRS += test.d
SUBDIRS += xmltohb.d
SUBDIRS += runtime.d
-#@TODO RTC:128106
-#SUBDIRS += attroverride.d
+SUBDIRS += attroverride.d
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud