Changeset 657 for trunk/kernel/Makefile


Ignore:
Timestamp:
Mar 18, 2020, 11:16:59 PM (4 years ago)
Author:
alain
Message:

Introduce remote_buf.c/.h & socket.c/.h files.
Update dev_nic.c/.h files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/Makefile

    r647 r657  
    8383              build/kern/process.o          \
    8484              build/kern/chdev.o            \
     85              build/kern/socket.o           \
    8586              build/kern/cluster.o          \
    8687              build/kern/scheduler.o        \
     
    126127              build/libk/remote_condvar.o   \
    127128              build/libk/remote_barrier.o   \
     129              build/libk/remote_buf.o       \
    128130              build/libk/memcpy.o           \
    129131              build/libk/htab.o             \
     
    192194              build/syscalls/sys_get_nb_cores.o    \
    193195              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
    195198
    196199VFS_OBJS    = build/fs/vfs.o              \
Note: See TracChangeset for help on using the changeset viewer.