From 4678d742567e282d9e0f786441f59102e8d3553e Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 11 Nov 2013 14:36:10 +0900 Subject: fs: descend into sub directories when it is necessary Signed-off-by: Masahiro Yamada --- fs/jffs2/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'fs/jffs2') diff --git a/fs/jffs2/Makefile b/fs/jffs2/Makefile index 02e481f3ce..4cb0600cf9 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 -- cgit v1.2.1