]> git.sur5r.net Git - u-boot/blob - fs/jffs2/Makefile
fs: remove distractive message in fs_read()
[u-boot] / fs / jffs2 / Makefile
1 #
2 # (C) Copyright 2000-2006
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 obj-$(CONFIG_JFFS2_LZO) += compr_lzo.o
9 obj-y += compr_rtime.o
10 obj-y += compr_rubin.o
11 obj-y += compr_zlib.o
12 obj-y += jffs2_1pass.o
13 obj-$(CONFIG_SYS_JFFS2_SORT_FRAGMENTS) += mergesort.o
14 obj-y += mini_inflate.o