diff options
Diffstat (limited to 'src')
-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/ |