diff options
author | Doug Gilbert <dgilbert@us.ibm.com> | 2013-04-23 14:10:52 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-05-16 12:36:09 -0500 |
commit | 8fac481d825883154ca20612ca0a69bc52f02618 (patch) | |
tree | 4429e6f57e9b73a4750181cbe138d74c359c6cf1 /src/makefile | |
parent | a151ccb70dab1007ca8aed2f0b89dfdf1cfe406b (diff) | |
download | talos-hostboot-8fac481d825883154ca20612ca0a69bc52f02618.tar.gz talos-hostboot-8fac481d825883154ca20612ca0a69bc52f02618.zip |
Inter-processor communications for multinode
RTC: 63128
Change-Id: Ica27c7f714bc8b874c9bccb663a32d3cfba37c5a
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/4193
Tested-by: Jenkins Server
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 74179a56e..21aeedd16 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 + shutdown.o forceattn_p8.o terminate.o ipc.o BASE_MODULES = trace errl devicefw scom xscom initservice \ pnor vfs |