diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2011-07-25 16:41:57 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-07-29 15:12:07 -0500 |
| commit | a4ad138162e1c2b0e7ae008d38d91a0094393bd7 (patch) | |
| tree | 7c3068ebd522d36a3f3e9083303e3cf66ac281a3 /src/kernel/makefile | |
| parent | 786c6a4a3aa85bb9f240a86735eb8f6ac277c109 (diff) | |
| download | blackbird-hostboot-a4ad138162e1c2b0e7ae008d38d91a0094393bd7.tar.gz blackbird-hostboot-a4ad138162e1c2b0e7ae008d38d91a0094393bd7.zip | |
Reduce memory footprint to 3MB.
Change-Id: I309bc63bdb27baa21f65de05e12324b9c4ce3407
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/212
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 f3d58dee0..d02141bb6 100644 --- a/src/kernel/makefile +++ b/src/kernel/makefile @@ -3,7 +3,7 @@ ROOTPATH = ../.. OBJS = start.o kernel.o console.o pagemgr.o heapmgr.o taskmgr.o cpumgr.o 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 +OBJS += block.o cpuid.o include ${ROOTPATH}/config.mk |

