Changeset 7858bc5f in mainline for uspace/srv/fs/tmpfs/Makefile


Ignore:
Timestamp:
2008-10-28T15:40:19Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
916bf1a
Parents:
5cf723b
Message:

Setup communication parameters with the block device in block_init(). The file
system now doesn't know anything about the communication with the block device.
Rename blockread() to block_read(). The boot block is now read only once. The file
system can get access it using the block_bb_get() function.

File:
1 edited

Legend:

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

    r5cf723b r7858bc5f  
    3939
    4040LIBS = \
    41         $(LIBC_PREFIX)/libc.a \
    4241        $(LIBFS_PREFIX)/libfs.a \
    43         $(LIBBLOCK_PREFIX)/libblock.a
     42        $(LIBBLOCK_PREFIX)/libblock.a \
     43        $(LIBC_PREFIX)/libc.a
    4444
    4545## Sources
Note: See TracChangeset for help on using the changeset viewer.