From 2b009ee7016b4cb5f06bc9cd25325beecd45ea2b Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 2 Aug 2008 15:02:10 +0000 Subject: Move FAT-related files to fs/fat git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@798 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/fs/fat/Make.defs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nuttx/fs/fat') diff --git a/nuttx/fs/fat/Make.defs b/nuttx/fs/fat/Make.defs index 2b5fdda45..d331a13d9 100644 --- a/nuttx/fs/fat/Make.defs +++ b/nuttx/fs/fat/Make.defs @@ -33,5 +33,7 @@ # ############################################################################ -FAT_ASRCS = -FAT_CSRCS = fs_fat32.c fs_fat32attrib.c fs_fat32util.c +ifeq ($(CONFIG_FS_FAT),y) +ASRCS += +CSRCS += fs_fat32.c fs_fat32attrib.c fs_fat32util.c +endif -- cgit v1.2.3