]> git.ipfire.org Git - thirdparty/u-boot.git/blame - fs/jffs2/Makefile
fs: fat: use get_unaligned_le16 to convert u8[2] to u16
[thirdparty/u-boot.git] / fs / jffs2 / Makefile
CommitLineData
83d290c5 1# SPDX-License-Identifier: GPL-2.0+
012771d8 2#
f9328639 3# (C) Copyright 2000-2006
012771d8 4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
012771d8 5
35c79275
MY
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
10d3ac34 11obj-$(CONFIG_SYS_JFFS2_SORT_FRAGMENTS) += mergesort.o
35c79275 12obj-y += mini_inflate.o