]> git.ipfire.org Git - thirdparty/u-boot.git/blame_incremental - fs/jffs2/Makefile
fs: fat: use get_unaligned_le16 to convert u8[2] to u16
[thirdparty/u-boot.git] / fs / jffs2 / Makefile
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2000-2006
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6obj-$(CONFIG_JFFS2_LZO) += compr_lzo.o
7obj-y += compr_rtime.o
8obj-y += compr_rubin.o
9obj-y += compr_zlib.o
10obj-y += jffs2_1pass.o
11obj-$(CONFIG_SYS_JFFS2_SORT_FRAGMENTS) += mergesort.o
12obj-y += mini_inflate.o