diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2013-10-03 17:07:20 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-10-10 13:08:56 -0500 |
| commit | c9343d971c4410c80ff92bd554d61740cd39b8dd (patch) | |
| tree | 3d1cfe2c369e7b0a664019d305e6cfd41b0a8523 /src/usr/makefile | |
| parent | cb4b721956f9a0a347db3b838608ffc0b08fd7e5 (diff) | |
| download | talos-hostboot-c9343d971c4410c80ff92bd554d61740cd39b8dd.tar.gz talos-hostboot-c9343d971c4410c80ff92bd554d61740cd39b8dd.zip | |
Added common header file for reason code
Change-Id: Ifea8a00b9a36817e0b42054dfb9ce13dad8f15a6
RTC: 76269
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6478
Tested-by: Jenkins Server
Reviewed-by: Brian H. Horton <brianh@linux.ibm.com>
Reviewed-by: Andrew J. Geissler <andrewg@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/usr/makefile')
| -rw-r--r-- | src/usr/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/makefile b/src/usr/makefile index 5855729f0..890756706 100644 --- a/src/usr/makefile +++ b/src/usr/makefile @@ -26,7 +26,7 @@ ROOTPATH = ../.. HOSTBOOT_PROFILE_NO_INSTRUMENT = 1 OBJS = module_init.o -SUBDIRS = example.d trace.d cxxtest.d testcore.d errl.d devicefw.d \ +SUBDIRS = trace.d cxxtest.d testcore.d errl.d devicefw.d \ scom.d xscom.d targeting.d initservice.d hwpf.d \ ecmddatabuffer.d pnor.d i2c.d vfs.d fsi.d hwas.d fsiscom.d \ intr.d pore.d util.d mbox.d diag.d vpd.d scan.d \ |

