diff options
| author | Vitaly Marin <mvitaly@us.ibm.com> | 2016-08-28 15:52:35 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-09-18 13:13:11 -0400 |
| commit | 83efa306d8460f901459b936c341781633c7b507 (patch) | |
| tree | 86a6b613687f1cbc8e44947dbb42e41aad9084e9 /src/usr/scan/makefile | |
| parent | ebeb735ad3227137996822e03cf1108b549b8b69 (diff) | |
| download | talos-hostboot-83efa306d8460f901459b936c341781633c7b507.tar.gz talos-hostboot-83efa306d8460f901459b936c341781633c7b507.zip | |
Added support for 'Put Ring from Image' command on HB for SBE
Change-Id: I4930633f87bdb61acb19e01f17a8006277f7868d
RTC:132654
CMVC-Prereq: 1004971
CMVC-Prereq: 1005024
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28887
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Vitaly Marin <mvitaly@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/scan/makefile')
| -rw-r--r-- | src/usr/scan/makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/usr/scan/makefile b/src/usr/scan/makefile index 6016f5beb..039be831a 100644 --- a/src/usr/scan/makefile +++ b/src/usr/scan/makefile @@ -5,7 +5,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2011,2014 +# Contributors Listed Below - COPYRIGHT 2012,2016 +# [+] 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. @@ -23,6 +25,10 @@ ROOTPATH = ../../.. MODULE = scan +EXTRAINCDIR +=${ROOTPATH}/src/import/chips/p9/utils/imageProcs +EXTRAINCDIR +=${ROOTPATH}/src/import/hwpf/fapi2/include + + OBJS += scandd.o SUBDIRS += test.d |

