diff options
| author | Corey Swenson <cswenson@us.ibm.com> | 2016-08-12 10:27:46 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-10-24 10:27:11 -0400 |
| commit | c1119f46316546d97d3b9de5f88f88c5df3cca6b (patch) | |
| tree | d5541a26f8e0511cf4d2ab59770b1e6997500739 /src/usr/scom/runtime/makefile | |
| parent | 64c297da4009225d915b2afa812e20bbaab80d3d (diff) | |
| download | talos-hostboot-c1119f46316546d97d3b9de5f88f88c5df3cca6b.tar.gz talos-hostboot-c1119f46316546d97d3b9de5f88f88c5df3cca6b.zip | |
Special wakeup updates for P9
Change-Id: Id60773a1a84ee856265e451925b7f7c8c15a8af1
RTC:132413
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29665
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/scom/runtime/makefile')
| -rw-r--r-- | src/usr/scom/runtime/makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/usr/scom/runtime/makefile b/src/usr/scom/runtime/makefile index 3397a82d8..d58066ec1 100644 --- a/src/usr/scom/runtime/makefile +++ b/src/usr/scom/runtime/makefile @@ -29,6 +29,11 @@ MODULE = scom_rt #include common ojects between hostboot and runtime hostboot include ../scom.mk +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/ +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs/ +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc/ +EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/ + #include unique object modules - currently none OBJS += handleSpecialWakeup.o |

