summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/runtime/makefile
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2016-07-12 15:11:27 -0500
committerStephen Cprek <smcprek@us.ibm.com>2016-07-18 15:32:33 -0500
commit0adf362fa7d99c41d210dda0c6d8696320270163 (patch)
tree0339e72387c0dd5ae0fa7d4ec3432add7ad2c8f0 /src/usr/targeting/runtime/makefile
parent4f2731371170a48d020ce11ad51e51e6eebabe3b (diff)
downloadblackbird-hostboot-0adf362fa7d99c41d210dda0c6d8696320270163.tar.gz
blackbird-hostboot-0adf362fa7d99c41d210dda0c6d8696320270163.zip
Attribute override support in hostboot
This provides full attribute override support in Hostboot and also adds in a required attribute for the reconfig loop testing. Change-Id: I06a8213bc3b56d20b0817477a84014d89250ec25 RTC: 157097 CMVC-coreq: 999873 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26923 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/runtime/makefile')
-rw-r--r--src/usr/targeting/runtime/makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/targeting/runtime/makefile b/src/usr/targeting/runtime/makefile
index 4dd9806d0..bcb741a66 100644
--- a/src/usr/targeting/runtime/makefile
+++ b/src/usr/targeting/runtime/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2013,2015
+# Contributors Listed Below - COPYRIGHT 2013,2016
# [+] International Business Machines Corp.
#
#
@@ -23,7 +23,6 @@
#
# IBM_PROLOG_END_TAG
HOSTBOOT_RUNTIME = 1
-ROOTPATH = ../../../..
MODULE = targeting_rt
#@TODO RTC:132750
@@ -31,6 +30,8 @@ MODULE = targeting_rt
TARGETING_REL_PATH = ..
include ${TARGETING_REL_PATH}/hostboot_common.mk
+ROOTPATH = ../../../..
+
vpath %.C ${TARGETING_REL_PATH}
HOSTBOOT_RUNTIME_SPECIFIC_OBJS += attrrp_rt.o
OpenPOWER on IntegriCloud