summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/core_activate/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/hwp/core_activate/makefile')
-rw-r--r--src/usr/hwpf/hwp/core_activate/makefile36
1 files changed, 20 insertions, 16 deletions
diff --git a/src/usr/hwpf/hwp/core_activate/makefile b/src/usr/hwpf/hwp/core_activate/makefile
index 686ef6649..334ca1075 100644
--- a/src/usr/hwpf/hwp/core_activate/makefile
+++ b/src/usr/hwpf/hwp/core_activate/makefile
@@ -1,25 +1,25 @@
-# IBM_PROLOG_BEGIN_TAG
-# This is an automatically generated prolog.
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
#
-# $Source: src/usr/hwpf/hwp/core_activate/makefile $
+# $Source: src/usr/hwpf/hwp/core_activate/makefile $
#
-# IBM CONFIDENTIAL
+# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2012
+# COPYRIGHT International Business Machines Corp. 2012,2013
#
-# p1
+# p1
#
-# Object Code Only (OCO) source materials
-# Licensed Internal Code Source Materials
-# IBM HostBoot Licensed Internal Code
+# Object Code Only (OCO) source materials
+# Licensed Internal Code Source Materials
+# IBM HostBoot Licensed Internal Code
#
-# The source code for this program is not published or other-
-# wise divested of its trade secrets, irrespective of what has
-# been deposited with the U.S. Copyright Office.
+# The source code for this program is not published or otherwise
+# divested of its trade secrets, irrespective of what has been
+# deposited with the U.S. Copyright Office.
#
-# Origin: 30
+# Origin: 30
#
-# IBM_PROLOG_END_TAG
+# IBM_PROLOG_END_TAG
ROOTPATH = ../../../../..
MODULE = core_activate
@@ -47,13 +47,16 @@ EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/core_activate/proc_switch_cfsim
## proc_set_pore_bar is used by multiple isteps, so it should be in its own
## "utility" library
EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/build_winkle_images/p8_set_pore_bar
+EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/core_activate/switch_rec_attn
## NOTE: add new object files when you add a new HWP
OBJS = core_activate.o \
proc_prep_master_winkle.o \
proc_sbe_ffdc.o \
- proc_stop_deadman_timer.o \
- proc_switch_cfsim.o
+ proc_stop_deadman_timer.o \
+ proc_switch_cfsim.o \
+ proc_switch_rec_attn.o \
+ cen_switch_rec_attn.o
## NOTE: add a new directory onto the vpaths when you add a new HWP
@@ -62,6 +65,7 @@ OBJS = core_activate.o \
VPATH += ${ROOTPATH}/src/usr/hwpf/hwp/core_activate/proc_prep_master_winkle
VPATH += ${ROOTPATH}/src/usr/hwpf/hwp/core_activate/proc_stop_deadman_timer
VPATH += ${ROOTPATH}/src/usr/hwpf/hwp/core_activate/proc_switch_cfsim
+VPATH += ${ROOTPATH}/src/usr/hwpf/hwp/core_activate/switch_rec_attn
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud