diff options
| author | Patrick Williams <iawillia@us.ibm.com> | 2010-06-07 11:32:45 -0500 |
|---|---|---|
| committer | Patrick Williams <iawillia@us.ibm.com> | 2010-06-07 11:32:45 -0500 |
| commit | 6db79851d2f8664216d85ba73246699d8aae94a7 (patch) | |
| tree | 4fbdb939af7fd48d72d728064259525095f80bfc /src/kernel/makefile | |
| parent | b64188ed609f06ec8b476768f009153472237012 (diff) | |
| download | blackbird-hostboot-6db79851d2f8664216d85ba73246699d8aae94a7.tar.gz blackbird-hostboot-6db79851d2f8664216d85ba73246699d8aae94a7.zip | |
Add scheduler and calls from dispatch interrupt.
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 d3a586e8d..c07ae815a 100644 --- a/src/kernel/makefile +++ b/src/kernel/makefile @@ -2,7 +2,7 @@ OBJDIR = ../../obj include ../../config.mk OBJS = start.o kernel.o console.o pagemgr.o heapmgr.o taskmgr.o cpumgr.o -OBJS += syscall.o +OBJS += syscall.o scheduler.o OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS}) all: ${OBJECTS} |

