summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/thread_activate/makefile
diff options
context:
space:
mode:
authorCamVan Nguyen <ctnguyen@us.ibm.com>2012-09-13 13:58:53 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-10-03 10:54:01 -0500
commit34fcc1f815552f0ffd84686d6f97ab47f5bd4f73 (patch)
tree0c94f04d5d5823d3c3c330dec12b34ff3ba932f7 /src/usr/hwpf/hwp/thread_activate/makefile
parent2b8b3515924605e86d6bccdb5b64d9155963ec83 (diff)
downloadtalos-hostboot-34fcc1f815552f0ffd84686d6f97ab47f5bd4f73.tar.gz
talos-hostboot-34fcc1f815552f0ffd84686d6f97ab47f5bd4f73.zip
Added proc_thread_control hwp and enable calling of it to activate threads
Change-Id: I92f5542d93e41cb90da81603761387e5194fc3d9 RTC: 42817 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1734 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Van H. Lee <vanlee@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwpf/hwp/thread_activate/makefile')
-rw-r--r--src/usr/hwpf/hwp/thread_activate/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/thread_activate/makefile b/src/usr/hwpf/hwp/thread_activate/makefile
index e76e6cb94..d911d28f6 100644
--- a/src/usr/hwpf/hwp/thread_activate/makefile
+++ b/src/usr/hwpf/hwp/thread_activate/makefile
@@ -40,15 +40,18 @@ EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/thread_activate
## NOTE: add a new EXTRAINCDIR when you add a new HWP
## EXAMPLE:
## EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/thread_activate/<HWP_dir>
+EXTRAINCDIR += ${ROOTPATH}/src/usr/hwpf/hwp/thread_activate/proc_thread_control
## NOTE: add new object files when you add a new HWP
-OBJS = thread_activate.o
+OBJS = thread_activate.o \
+ proc_thread_control.o
## NOTE: add a new directory onto the vpaths when you add a new HWP
## EXAMPLE:
# VPATH += ${ROOTPATH}/src/usr/hwpf/hwp/thread_activate/<HWP_dir>
+VPATH += ${ROOTPATH}/src/usr/hwpf/hwp/thread_activate/proc_thread_control
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud