Changeset 297f1197 in mainline for uspace/srv/fs/fat/Makefile


Ignore:
Timestamp:
2008-05-04T12:43:18Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f520905
Parents:
869e546
Message:

Add a dedicated source file for handling FAT indices.

File:
1 edited

Legend:

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

    r869e546 r297f1197  
    4545SOURCES = \
    4646        fat.c \
    47         fat_ops.c
     47        fat_ops.c \
     48        fat_idx.c
    4849
    4950OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
Note: See TracChangeset for help on using the changeset viewer.