summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2011-09-30 15:09:57 -0500
committerMark W. Wenning <wenning@us.ibm.com>2011-11-01 10:58:00 -0500
commit14cd4e689a68a7440309090d0a6f82d25f8b6984 (patch)
tree92210b10941c76565af27bc9a5b68502b89daac4 /src/makefile
parentbeb8da45e9ad11796185bfb99f47fce35a090f9e (diff)
downloadtalos-hostboot-14cd4e689a68a7440309090d0a6f82d25f8b6984.tar.gz
talos-hostboot-14cd4e689a68a7440309090d0a6f82d25f8b6984.zip
RTC3964: ErrorLog User Data Parser
- created - add unittest for FILENAME - add unittest for StackTrace - still need to handle x86 (mini-errl) side - post-review changes - Monte's suggestions - Thi's suggestions - remove appendToLog() - combine with addToLog() - fix merge error - fsi was in both BASE and EXTENDED Change-Id: I863aae9f75aad5d576e839a9ef3099af6943982b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/429 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com>
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/makefile b/src/makefile
index bfd6a8d60..66f795e1d 100644
--- a/src/makefile
+++ b/src/makefile
@@ -36,19 +36,18 @@ DIRECT_BOOT_OBJECTS = start.o kernel.o taskmgr.o cpumgr.o syscall.o \
syscall_msg.o syscall_mmio.o syscall_time.o \
syscall_mm.o init_main.o vfs_main.o sync.o futexmgr.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_p7.o
+ block.o cxxtest_data.o cpuid.o misc.o msghandler.o \
+ blockmsghdlr.o stacksegment.o softpatch_p7.o
## STUB_TESTCASE_OBJECT = cxxtest_stub.o
RUNTIME_OBJECTS =
-BASE_MODULES = trace errl devicefw scom xscom initservice taskargs pnor i2c \
- vfs
-
+BASE_MODULES = trace errl devicefw scom xscom initservice taskargs \
+ pnor i2c fsi vfs
EXTENDED_MODULES = targeting ecmddatabuffer hwpf fapi hwp plat \
- extinitsvc istepdisp hwas fsiscom fsi
+ extinitsvc istepdisp hwas fsiscom
DIRECT_BOOT_MODULES = example
RUNTIME_MODULES =
OpenPOWER on IntegriCloud