summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/makefile
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2012-08-07 12:30:32 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-08-08 14:55:07 -0500
commitd1a017d3dc236be6787eb0831f278be91b3fc5f9 (patch)
tree2f4e18627da57f594245b4c88d79a7fa49b5c1fc /src/usr/targeting/makefile
parent07dfeacc5ab9399d640d00c0cf378af5b5e969c0 (diff)
downloadtalos-hostboot-d1a017d3dc236be6787eb0831f278be91b3fc5f9.tar.gz
talos-hostboot-d1a017d3dc236be6787eb0831f278be91b3fc5f9.zip
Move getMasterCore to namedtarget.C/H
getMasterCore() has hb-specific code and will not compile in fsp RTC: 46451 Change-Id: Ib4d704ae6c0b5ae0dee87aed14e6bee9c678adec Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1490 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/makefile')
-rw-r--r--src/usr/targeting/makefile22
1 files changed, 13 insertions, 9 deletions
diff --git a/src/usr/targeting/makefile b/src/usr/targeting/makefile
index 661d3fbed..09d170818 100644
--- a/src/usr/targeting/makefile
+++ b/src/usr/targeting/makefile
@@ -1,11 +1,11 @@
-# IBM_PROLOG_BEGIN_TAG
+# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
# $Source: src/usr/targeting/makefile $
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2011
+# COPYRIGHT International Business Machines Corp. 2011-2012
#
# p1
#
@@ -19,13 +19,12 @@
#
# Origin: 30
#
-# IBM_PROLOG_END
-
+# IBM_PROLOG_END_TAG
################################################################################
#
# @file src/usr/targeting/makefile
#
-# @brief Makefile for building Hostboot's targeting implementation
+# @brief Makefile for building Hostboot's targeting implementation
#
################################################################################
@@ -40,7 +39,7 @@ include ${COMMON_TARGETING_MAKEFILE}
VPATH = \
adapters \
${COMMON_TARGETING_REL_PATH} \
- ${addprefix ${COMMON_TARGETING_REL_PATH}/, ${COMMON_TARGETING_SUBDIRS}}
+ ${addprefix ${COMMON_TARGETING_REL_PATH}/, ${COMMON_TARGETING_SUBDIRS}}
ATTR_RP_OBJS = \
attrrp.o
@@ -52,15 +51,20 @@ DEBUG_OBJS = \
attributestrings.o \
attributedump.o
-HOSTBOOT_SPECIFIC_OBJS = ${ENTRY_POINT_OBJS} ${ATTR_RP_OBJS} ${DEBUG_OBJS}
-
+HOSTBOOT_SPECIFIC_OBJS = \
+ ${ENTRY_POINT_OBJS} \
+ ${ATTR_RP_OBJS} \
+ ${DEBUG_OBJS} \
+ namedtarget.o
+
+
#debug :
# @echo COMMON_TARGETING_REL_PATH = ${COMMON_TARGETING_REL_PATH}
# @echo COMMON_TARGETING_MAKEFILE = ${COMMON_TARGETING_MAKEFILE}
# @echo COMMON_TARGETING_SUBDIRS = ${COMMON_TARGETING_SUBDIRS}
# @echo VPATH = ${VPATH}
# @echo COMMON_TARGETING_OBJS = ${COMMON_TARGETING_OBJS}
-
+
OBJS = ${COMMON_TARGETING_OBJS} ${HOSTBOOT_SPECIFIC_OBJS}
SUBDIRS = test.d xmltohb.d
OpenPOWER on IntegriCloud