summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 15:41:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-16 15:41:27 +0000
commitd904fafdf2f9f7ad686bd9d8b616aa310f5346eb (patch)
tree1a3a8a64fbe541877bc7ed69bc5757d6660e3172 /nuttx/fs/fat/Make.defs
parentf06a61ad2416526b0f9afddc0b42fb5c928b7093 (diff)
downloadpx4-nuttx-d904fafdf2f9f7ad686bd9d8b616aa310f5346eb.tar.gz
px4-nuttx-d904fafdf2f9f7ad686bd9d8b616aa310f5346eb.tar.bz2
px4-nuttx-d904fafdf2f9f7ad686bd9d8b616aa310f5346eb.zip
apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5523 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/fs/fat/Make.defs')
-rw-r--r--nuttx/fs/fat/Make.defs9
1 files changed, 6 insertions, 3 deletions
diff --git a/nuttx/fs/fat/Make.defs b/nuttx/fs/fat/Make.defs
index 136302b86..2769ab602 100644
--- a/nuttx/fs/fat/Make.defs
+++ b/nuttx/fs/fat/Make.defs
@@ -1,7 +1,7 @@
############################################################################
# Make.defs
#
-# Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved.
+# Copyright (C) 2008, 2011, 2013 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -44,7 +44,10 @@ CSRCS += fs_fat32.c fs_fat32dirent.c fs_fat32attrib.c fs_fat32util.c
ASRCS +=
CSRCS += fs_mkfatfs.c fs_configfat.c fs_writefat.c
-# Argument for dependency checking
+# Include FAT build support
+
+DEPPATH += --dep-path fat
+VPATH += :fat
+CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)fs$(DELIM)fat}
-FATDEPPATH = --dep-path fat
endif