diff options
Diffstat (limited to 'src/usr/scom/runtime/makefile')
-rw-r--r-- | src/usr/scom/runtime/makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/usr/scom/runtime/makefile b/src/usr/scom/runtime/makefile index b7ae2cfac..af572116b 100644 --- a/src/usr/scom/runtime/makefile +++ b/src/usr/scom/runtime/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2013,2017 +# Contributors Listed Below - COPYRIGHT 2013,2018 # [+] International Business Machines Corp. # # @@ -29,14 +29,7 @@ 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/common/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 SUBDIRS += test.d |