Changeset 796c276 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2011-03-03T20:12:36Z (14 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
163cf12
Parents:
9ffbdf1
Message:

Renamed ext2 server to ext2fs so its namespace won't collide with libext2. (+Small bits of other code in ext2fs server)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r9ffbdf1 r796c276  
    9898        $(USPACE_PATH)/srv/fs/fat/fat \
    9999        $(USPACE_PATH)/srv/fs/pipefs/pipefs \
    100         $(USPACE_PATH)/srv/fs/ext2/ext2 \
     100        $(USPACE_PATH)/srv/fs/ext2fs/ext2fs \
    101101        $(USPACE_PATH)/srv/taskmon/taskmon \
    102102        $(USPACE_PATH)/srv/hw/netif/ne2000/ne2000 \
Note: See TracChangeset for help on using the changeset viewer.