Changeset 3bd76491 in mainline for uspace/Makefile


Ignore:
Timestamp:
2010-12-02T19:16:53Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a49c4002
Parents:
ba519f7
Message:

Basic skeleton for libext2 and ext2 server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rba519f7 r3bd76491  
    7070        srv/fs/devfs \
    7171        srv/fs/pipefs \
     72        srv/fs/ext2 \
    7273        srv/hid/adb_mouse \
    7374        srv/hid/char_mouse \
     
    140141        lib/drv \
    141142        lib/packet \
    142         lib/net
     143        lib/net \
     144        lib/ext2
    143145
    144146LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.