Changeset 612 for trunk/kernel/Makefile


Ignore:
Timestamp:
Jan 11, 2019, 6:35:07 PM (5 years ago)
Author:
alain
Message:

Fix several bugs in vfs.c, fatfs.c, and devfs.c to support
the <.> and <..> directory entries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/Makefile

    r611 r612  
    122122              build/libk/remote_fifo.o      \
    123123              build/libk/remote_mutex.o     \
    124               build/libk/remote_dir.o       \
    125124              build/libk/remote_sem.o       \
    126125              build/libk/remote_condvar.o   \
     
    128127              build/libk/memcpy.o           \
    129128              build/libk/htab.o             \
    130               build/libk/xhtab.o
     129              build/libk/xhtab.o            \
     130              build/libk/user_dir.o
    131131
    132132SYS_OBJS_0  = build/syscalls/sys_thread_exit.o     \
Note: See TracChangeset for help on using the changeset viewer.