summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/hostboot_common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/targeting/hostboot_common.mk')
-rw-r--r--src/usr/targeting/hostboot_common.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/usr/targeting/hostboot_common.mk b/src/usr/targeting/hostboot_common.mk
index 36f1342c5..7be1449d7 100644
--- a/src/usr/targeting/hostboot_common.mk
+++ b/src/usr/targeting/hostboot_common.mk
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2013,2015
+# Contributors Listed Below - COPYRIGHT 2013,2016
# [+] International Business Machines Corp.
#
#
@@ -23,6 +23,8 @@
#
# IBM_PROLOG_END_TAG
+ROOTPATH=../../..
+
COMMON_TARGETING_REL_PATH = ${TARGETING_REL_PATH}/common
COMMON_TARGETING_MAKEFILE = ${COMMON_TARGETING_REL_PATH}/common.mk
@@ -32,4 +34,8 @@ VPATH += ${TARGETING_REL_PATH}/adapters
VPATH += ${COMMON_TARGETING_REL_PATH}
VPATH += ${addprefix ${COMMON_TARGETING_REL_PATH}/, ${COMMON_TARGETING_SUBDIRS}}
+# Next includes required for attribute override support
+EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include/
+EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/
+
HOSTBOOT_RT_IPL_COMMON_OBJS += attrPlatOverride.o
OpenPOWER on IntegriCloud