Changeset 6ebaff9 in mainline


Ignore:
Timestamp:
2008-10-26T12:25:00Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
033ef7d3
Parents:
8b0bc1f
Message:

Prepare to break fat_ops.c into multiple files.

Location:
uspace/srv/fs/fat
Files:
4 added
1 edited

Legend:

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

    r8b0bc1f r6ebaff9  
    4646        fat.c \
    4747        fat_ops.c \
    48         fat_idx.c
     48        fat_idx.c \
     49        fat_dentry.c \
     50        fat_fat.c
    4951
    5052OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
Note: See TracChangeset for help on using the changeset viewer.