Changeset 657 for trunk/kernel/Makefile
- Timestamp:
- Mar 18, 2020, 11:16:59 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/Makefile
r647 r657 83 83 build/kern/process.o \ 84 84 build/kern/chdev.o \ 85 build/kern/socket.o \ 85 86 build/kern/cluster.o \ 86 87 build/kern/scheduler.o \ … … 126 127 build/libk/remote_condvar.o \ 127 128 build/libk/remote_barrier.o \ 129 build/libk/remote_buf.o \ 128 130 build/libk/memcpy.o \ 129 131 build/libk/htab.o \ … … 192 194 build/syscalls/sys_get_nb_cores.o \ 193 195 build/syscalls/sys_get_thread_info.o \ 194 build/syscalls/sys_fbf.o 196 build/syscalls/sys_fbf.o \ 197 build/syscalls/sys_socket.o 195 198 196 199 VFS_OBJS = build/fs/vfs.o \
Note: See TracChangeset
for help on using the changeset viewer.