diff options
author | Thi Tran <thi@us.ibm.com> | 2016-04-11 21:02:21 -0500 |
---|---|---|
committer | Stephen Cprek <smcprek@us.ibm.com> | 2016-04-21 13:51:29 -0500 |
commit | bbad2b5c5ba3deaf6a14111e968b07b90894fecd (patch) | |
tree | c46c75597b08fc0790f81b1708954cb41a504f46 /src/usr/isteps | |
parent | a993a6782df71f0bab8726d85cf9c3af99a9da92 (diff) | |
download | talos-hostboot-bbad2b5c5ba3deaf6a14111e968b07b90894fecd.tar.gz talos-hostboot-bbad2b5c5ba3deaf6a14111e968b07b90894fecd.zip |
HB support for removal of ppe/include and ppe/lib folders in ekb
Change-Id: Ie1637de13b3136654149ceab1edc7af3f34836dd
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23142
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps')
-rw-r--r-- | src/usr/isteps/istep15/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/isteps/istep15/makefile b/src/usr/isteps/istep15/makefile index 92845e72c..c71f03ee3 100644 --- a/src/usr/isteps/istep15/makefile +++ b/src/usr/isteps/istep15/makefile @@ -36,7 +36,7 @@ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/xip/ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/ EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/ EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/ -EXTRAINCDIR += ${PROCEDURES_PATH}/ppe/include/registers/ +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/pmlib/include/registers/ OBJS += host_build_stop_image.o OBJS += proc_set_pba_homer_bar.o @@ -66,4 +66,4 @@ include ${ROOTPATH}/config.mk VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/ VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/utils/stopreg/ -VPATH += ${ROOTPATH}/src/import/chips/p9/xip/
\ No newline at end of file +VPATH += ${ROOTPATH}/src/import/chips/p9/xip/ |