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/kernel/makefile | |
| parent | a151ccb70dab1007ca8aed2f0b89dfdf1cfe406b (diff) | |
| download | blackbird-hostboot-8fac481d825883154ca20612ca0a69bc52f02618.tar.gz blackbird-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/kernel/makefile')
| -rw-r--r-- | src/kernel/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/makefile b/src/kernel/makefile index a3a750dcb..3627798a6 100644 --- a/src/kernel/makefile +++ b/src/kernel/makefile @@ -27,7 +27,7 @@ OBJS += syscall.o scheduler.o spinlock.o exception.o vmmmgr.o timemgr.o OBJS += futexmgr.o ptmgr.o segmentmgr.o devicesegment.o basesegment.o OBJS += block.o cpuid.o misc.o msghandler.o blockmsghdlr.o stacksegment.o OBJS += softpatch_p8.o barrier.o idebug.o intmsghandler.o deferred.o -OBJS += shutdown.o forceattn_p8.o terminate.o +OBJS += shutdown.o forceattn_p8.o terminate.o ipc.o include ${ROOTPATH}/config.mk |

