Changeset 40257f5 in mainline for uspace/srv/fs/tmpfs/Makefile


Ignore:
Timestamp:
2008-06-05T22:49:54Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e32e092
Parents:
32443b0
Message:

Evict the code which loads the TMPFS file system from a file system dump to a
dedicated source file.

File:
1 edited

Legend:

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

    r32443b0 r40257f5  
    4545SOURCES = \
    4646        tmpfs.c \
    47         tmpfs_ops.c
     47        tmpfs_ops.c \
     48        tmpfs_dump.c
    4849
    4950OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
Note: See TracChangeset for help on using the changeset viewer.