summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/runtime
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2016-08-23 01:36:12 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-12-07 23:32:36 -0500
commit1ceafcd419b831ca9e7fac5c7ed96b58157a0bcd (patch)
tree6dba9b65506b794890b32ab3c298ba47c6d0b9fd /src/usr/targeting/runtime
parentbe59485a8fe6dd222a8dd22fc381d4559c95ce33 (diff)
downloadtalos-hostboot-1ceafcd419b831ca9e7fac5c7ed96b58157a0bcd.tar.gz
talos-hostboot-1ceafcd419b831ca9e7fac5c7ed96b58157a0bcd.zip
Move user details attribute code to extended image
Change-Id: I79dbac09a6f3945395cb397c22eb28612f5537a4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28650 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/32839 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/runtime')
-rw-r--r--src/usr/targeting/runtime/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/targeting/runtime/makefile b/src/usr/targeting/runtime/makefile
index 7d311a030..c5349952b 100644
--- a/src/usr/targeting/runtime/makefile
+++ b/src/usr/targeting/runtime/makefile
@@ -38,10 +38,14 @@ HOSTBOOT_RUNTIME_SPECIFIC_OBJS += start_rt.o
HOSTBOOT_RUNTIME_SPECIFIC_OBJS += targplatutil.o
HOSTBOOT_RUNTIME_SPECIFIC_OBJS += rt_targeting.o
HOSTBOOT_RUNTIME_SPECIFIC_OBJS += attrPlatOverride_rt.o
+HOSTBOOT_RUNTIME_SPECIFIC_OBJS += errludattribute.o
OBJS += ${COMMON_TARGETING_OBJS}
OBJS += ${HOSTBOOT_RT_IPL_COMMON_OBJS}
OBJS += ${HOSTBOOT_RUNTIME_SPECIFIC_OBJS}
include $(ROOTPATH)/config.mk
+
+# To find errludattribute.[CH], etc. They are generated
+# by src/usr/targeting/common/xmltohb/xmltohb.pl
vpath %.C ${GENDIR}
OpenPOWER on IntegriCloud