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


Ignore:
Timestamp:
2007-12-16T16:25:26Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c82d28
Parents:
74303b6
Message:

VFS work.
Move FS registration code to libfs.

File:
1 edited

Legend:

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

    r74303b6 refd4a72  
    3131
    3232LIBC_PREFIX = ../../../lib/libc
     33LIBFS_PREFIX = ../../../lib/libfs
    3334SOFTINT_PREFIX = ../../../lib/softint
    3435include $(LIBC_PREFIX)/Makefile.toolchain
    3536
    36 LIBS = $(LIBC_PREFIX)/libc.a
     37CFLAGS += -I $(LIBFS_PREFIX)
     38
     39LIBS = $(LIBC_PREFIX)/libc.a $(LIBFS_PREFIX)/libfs.a
    3740
    3841## Sources
Note: See TracChangeset for help on using the changeset viewer.