summaryrefslogtreecommitdiff
path: root/nuttx/examples/mount/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-10 14:50:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-10 14:50:27 +0000
commite4f032ec91a96d59957fe29997524c9a2bb69603 (patch)
tree9d25dd30a9f8e59b9b995819ea7fcd73b31823e6 /nuttx/examples/mount/Makefile
parent6caaa80d431e0c01f2f1197315516cae71792b52 (diff)
downloadpx4-nuttx-e4f032ec91a96d59957fe29997524c9a2bb69603.tar.gz
px4-nuttx-e4f032ec91a96d59957fe29997524c9a2bb69603.tar.bz2
px4-nuttx-e4f032ec91a96d59957fe29997524c9a2bb69603.zip
Added mkfatfs() test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@806 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/mount/Makefile')
-rw-r--r--nuttx/examples/mount/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/mount/Makefile b/nuttx/examples/mount/Makefile
index 71e75ed9b..084fc8fb6 100644
--- a/nuttx/examples/mount/Makefile
+++ b/nuttx/examples/mount/Makefile
@@ -38,7 +38,7 @@
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = mount_main.c
+CSRCS = mount_main.c ramdisk.c
COBJS = $(CSRCS:.c=$(OBJEXT))
SRCS = $(ASRCS) $(CSRCS)