diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2013-05-20 12:03:29 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-06-06 11:47:27 -0500 |
| commit | 5623531a2f9efa10450a5e1e3b1eb6bd4a998357 (patch) | |
| tree | 23225e612af65ec60cf3a324df22111bb5c13eef /src/makefile | |
| parent | 66474f4f93fd10ad3b35ed89cecc3d6b11e99eed (diff) | |
| download | blackbird-hostboot-5623531a2f9efa10450a5e1e3b1eb6bd4a998357.tar.gz blackbird-hostboot-5623531a2f9efa10450a5e1e3b1eb6bd4a998357.zip | |
Tolerate memory UEs during dump extraction.
Change-Id: I0dc57ec047beb47b557b816162d619a5b2a54108
RTC: 64619
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4600
Tested-by: Jenkins Server
Reviewed-by: ADAM R. MUHLE <armuhle@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/makefile')
| -rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index 258f2fb11..7b99eb510 100644 --- a/src/makefile +++ b/src/makefile @@ -43,7 +43,7 @@ DIRECT_BOOT_OBJECTS = start.o kernel.o taskmgr.o cpumgr.o syscall.o \ ptmgr.o segmentmgr.o basesegment.o devicesegment.o \ block.o cxxtest_data.o cpuid.o misc.o msghandler.o \ blockmsghdlr.o stacksegment.o softpatch_p8.o \ - shutdown.o forceattn_p8.o terminate.o ipc.o + shutdown.o forceattn_p8.o terminate.o ipc.o machchk.o BASE_MODULES = trace errl devicefw scom xscom initservice \ pnor vfs |

