diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-11 14:36:10 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-17 14:11:34 -0500 |
commit | 4678d742567e282d9e0f786441f59102e8d3553e (patch) | |
tree | 7b0cd0b2ec5a21ab067947c08238abcf96a309a2 /fs/jffs2 | |
parent | 57c3e5fcf2cbc791d9507c8b8c09df1ef21c043a (diff) |
fs: descend into sub directories when it is necessary
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'fs/jffs2')
-rw-r--r-- | fs/jffs2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/jffs2/Makefile b/fs/jffs2/Makefile index 02e481f3ce2..4cb0600cf9b 100644 --- a/fs/jffs2/Makefile +++ b/fs/jffs2/Makefile @@ -5,11 +5,9 @@ # SPDX-License-Identifier: GPL-2.0+ # -ifdef CONFIG_CMD_JFFS2 obj-$(CONFIG_JFFS2_LZO) += compr_lzo.o obj-y += compr_rtime.o obj-y += compr_rubin.o obj-y += compr_zlib.o obj-y += jffs2_1pass.o obj-y += mini_inflate.o -endif |