diff options
author | Elizabeth Liner <eliner@us.ibm.com> | 2016-09-27 09:51:33 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-02-16 09:27:03 -0500 |
commit | 3b69a19abe72dffb47c5d088dc98d963d89f94e8 (patch) | |
tree | 1eba860231d445d236b5ea343644751291782b13 /src/usr/fsi/makefile | |
parent | a7304a5938ed39e09913ee2b6c085119bc7cb0b0 (diff) | |
download | blackbird-hostboot-3b69a19abe72dffb47c5d088dc98d963d89f94e8.tar.gz blackbird-hostboot-3b69a19abe72dffb47c5d088dc98d963d89f94e8.zip |
Adding FSI and PNOR interfaces for PRD FIRDATA in HBRT
Change-Id: I515a328e50536d92f0ab80229cd8d939f89412c7
RTC:127358
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35008
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fsi/makefile')
-rw-r--r-- | src/usr/fsi/makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/fsi/makefile b/src/usr/fsi/makefile index 437d99f35..df88c4fb5 100644 --- a/src/usr/fsi/makefile +++ b/src/usr/fsi/makefile @@ -5,7 +5,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2011,2014 +# Contributors Listed Below - COPYRIGHT 2011,2017 +# [+] International Business Machines Corp. +# # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -26,7 +28,9 @@ MODULE = fsi OBJS += fsidd.o OBJS += fsipres.o OBJS += errlud_fsi.o +OBJS += fsi_common.o SUBDIRS += test.d +SUBDIRS += runtime.d include ${ROOTPATH}/config.mk |