diff options
| author | Brian Horton <brianh@linux.ibm.com> | 2013-06-25 16:43:53 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-09-12 14:03:33 -0500 |
| commit | d8fdb9f6399d602c3314fe8a0a6578364e886120 (patch) | |
| tree | f4cf27fee9911626b62fbee5f9d7744520cd0f07 /src/usr/hwas/makefile | |
| parent | 23c61636fe51145db2d7554ea8022aa4d58179b6 (diff) | |
| download | talos-hostboot-d8fdb9f6399d602c3314fe8a0a6578364e886120.tar.gz talos-hostboot-d8fdb9f6399d602c3314fe8a0a6578364e886120.zip | |
rework gard interfaces to handle new hwsv functions
the FSP gard records will now be stored in the system model,
so the gard functions change to support new platform specific
functions.
Change-Id: I9a847a3defa7e613d128b1077763640e124360a8
RTC: 73818
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/5806
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: SHELDON R. BAILEY <baileysh@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/hwas/makefile')
| -rw-r--r-- | src/usr/hwas/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/hwas/makefile b/src/usr/hwas/makefile index 047c0bd38..a37f7a8a9 100644 --- a/src/usr/hwas/makefile +++ b/src/usr/hwas/makefile @@ -34,7 +34,9 @@ MODULE = hwas OBJS = hwas.o hwasCallout.o deconfigGard.o # files in this directory -OBJS += hwasPlat.o hostbootIstep.o hwasPlatError.o hwasPlatCallout.o +OBJS += hwasPlat.o hostbootIstep.o \ + hwasPlatError.o hwasPlatCallout.o \ + hwasPlatDeconfigGard.o SUBDIRS = test.d |

