Changeset 6c501f8 in mainline for uspace/lib/ext4/Makefile


Ignore:
Timestamp:
2011-09-30T20:00:30Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
00a8f1b
Parents:
9875711
Message:

_mounted and _unmounted operations skeletons (copied from ext2fs)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/Makefile

    r9875711 r6c501f8  
    3333
    3434SOURCES = \
    35         libext4_superblock.c \
    3635        libext4_block_group.c \
     36        libext4_directory.c \
     37        libext4_filesystem.c \
    3738        libext4_inode.c \
    38         libext4_directory.c
     39        libext4_superblock.c
     40       
    3941
    4042include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.