Changeset c0cdcaf in mainline for uspace/srv/fs/fat/Makefile


Ignore:
Timestamp:
2007-09-17T17:31:33Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c3b25510
Parents:
b006bfb8
Message:

Turn the empty fs service into the beginning of FAT support.
Start implementing the VFS protocol for fat.c.

File:
1 moved

Legend:

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

    rb006bfb8 rc0cdcaf  
    3030#
    3131
    32 LIBC_PREFIX = ../../lib/libc
    33 SOFTINT_PREFIX = ../../lib/softint
     32LIBC_PREFIX = ../../../lib/libc
     33SOFTINT_PREFIX = ../../../lib/softint
    3434include $(LIBC_PREFIX)/Makefile.toolchain
    3535
     
    3939#
    4040
    41 OUTPUT = fs
     41OUTPUT = fat
    4242SOURCES = \
    43         fs.c
     43        fat.c
    4444
    4545OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
Note: See TracChangeset for help on using the changeset viewer.