Changeset 4c3c4a5 in mainline for uspace/srv/fs/exfat/Makefile


Ignore:
Timestamp:
2011-06-29T04:04:19Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2fb88ea
Parents:
fcc3cd8
Message:
  1. Integrate fat_udx.c as exfat_idx.c
  2. Add skeleton for libfs_ops
  3. Improve mount/unmount
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/Makefile

    rfcc3cd8 r4c3c4a5  
    3535SOURCES = \
    3636        exfat.c \
     37        exfat_fat.c \
    3738        exfat_ops.c \
     39        exfat_idx.c
    3840
    3941include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.