summaryrefslogtreecommitdiffstats
path: root/fs/yaffs2/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-11 14:36:10 +0900
committerTom Rini <trini@ti.com>2013-11-17 14:11:34 -0500
commit4678d742567e282d9e0f786441f59102e8d3553e (patch)
tree7b0cd0b2ec5a21ab067947c08238abcf96a309a2 /fs/yaffs2/Makefile
parent57c3e5fcf2cbc791d9507c8b8c09df1ef21c043a (diff)
downloadtalos-obmc-uboot-4678d742567e282d9e0f786441f59102e8d3553e.tar.gz
talos-obmc-uboot-4678d742567e282d9e0f786441f59102e8d3553e.zip
fs: descend into sub directories when it is necessary
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'fs/yaffs2/Makefile')
-rw-r--r--fs/yaffs2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/yaffs2/Makefile b/fs/yaffs2/Makefile
index 077af7834e..d811287ddb 100644
--- a/fs/yaffs2/Makefile
+++ b/fs/yaffs2/Makefile
@@ -16,7 +16,7 @@
#
# $Id: Makefile,v 1.15 2007/07/18 19:40:38 charles Exp $
-obj-$(CONFIG_YAFFS2) := \
+obj-y := \
yaffs_allocator.o yaffs_attribs.o yaffs_bitmap.o yaffs_uboot_glue.o\
yaffs_checkptrw.o yaffs_ecc.o yaffs_error.o \
yaffsfs.o yaffs_guts.o yaffs_nameval.o yaffs_nand.o\
OpenPOWER on IntegriCloud