diff options
| author | Bill Hoffa <wghoffa@us.ibm.com> | 2016-09-16 15:09:28 -0500 |
|---|---|---|
| committer | Matthew A. Ploetz <maploetz@us.ibm.com> | 2016-10-31 15:49:47 -0400 |
| commit | fde2240fafb48866ef3324f57ae7f4417625ad18 (patch) | |
| tree | 418a4b243625c08b0bded4675e8a174d3ffcbd20 /src/usr/pnor/makefile | |
| parent | 0cb19a22319130ec4ebeb64ee87a47328297486e (diff) | |
| download | talos-hostboot-fde2240fafb48866ef3324f57ae7f4417625ad18.tar.gz talos-hostboot-fde2240fafb48866ef3324f57ae7f4417625ad18.zip | |
Pnor DD Changes for AST2500
- Created Common sfc_ast2X000 class for common
functions
- Modified sfc_ast2400 class to use common class
- Added sfc_ast2500 class
Change-Id: I27c7674b58e006801ae03aabd60fdcfa21f49e9c
RTC: 161664
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30919
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com>
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Diffstat (limited to 'src/usr/pnor/makefile')
| -rw-r--r-- | src/usr/pnor/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/pnor/makefile b/src/usr/pnor/makefile index fc6a34b7e..c1ebe38f0 100644 --- a/src/usr/pnor/makefile +++ b/src/usr/pnor/makefile @@ -37,13 +37,15 @@ OBJS += sfcdd.o #SFC Implementations OBJS += $(if $(CONFIG_SFC_IS_IBM_DPSS),sfc_ibm.o) +OBJS += $(if $(CONFIG_SFC_IS_AST2400),sfc_ast2X00.o) +OBJS += $(if $(CONFIG_SFC_IS_AST2500),sfc_ast2X00.o) OBJS += $(if $(CONFIG_SFC_IS_AST2400),sfc_ast2400.o) +OBJS += $(if $(CONFIG_SFC_IS_AST2500),sfc_ast2500.o) OBJS += $(if $(CONFIG_SFC_IS_FAKE),sfc_fake.o) #NOR Implementations OBJS += $(if $(CONFIG_ALLOW_MICRON_PNOR),nor_micron.o) - SUBDIRS += test.d SUBDIRS += runtime.d |

