diff options
Diffstat (limited to 'src/makefile')
| -rw-r--r-- | src/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index 8f2ecd0b3..e0bc90011 100644 --- a/src/makefile +++ b/src/makefile @@ -12,7 +12,8 @@ DIRECT_BOOT_OBJECTS = start.o kernel.o taskmgr.o cpumgr.o syscall.o \ syscall_stub.o syscall_task.o syscall_misc.o \ syscall_msg.o syscall_mmio.o syscall_time.o \ init_main.o vfs_main.o sync.o futexmgr.o \ - ptmgr.o + ptmgr.o segmentmgr.o basesegment.o devicesegment.o \ + block.o STUB_TESTCASE_OBJECT = cxxtest_stub.o |

