diff options
Diffstat (limited to 'src/usr/isteps/istep21/makefile')
-rw-r--r-- | src/usr/isteps/istep21/makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/usr/isteps/istep21/makefile b/src/usr/isteps/istep21/makefile index 05fa4ac23..eed55ba52 100644 --- a/src/usr/isteps/istep21/makefile +++ b/src/usr/isteps/istep21/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2015 +# Contributors Listed Below - COPYRIGHT 2015,2016 # [+] International Business Machines Corp. # # @@ -25,6 +25,12 @@ ROOTPATH = ../../../.. MODULE = istep21 +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/ +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc/ +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs/ +EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include/ +EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/ + OBJS += call_host_runtime_setup.o OBJS += call_host_verify_hdat.o OBJS += call_host_start_payload.o |