]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/jffs2/Makefile
fs: descend into sub directories when it is necessary
[karo-tx-uboot.git] / fs / jffs2 / Makefile
index 02e481f3ce2914f9403e8d4abd32ee72839f54cf..4cb0600cf9b9ad53f9f75568cc892e498c198f7d 100644 (file)
@@ -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