]> git.karo-electronics.de Git - karo-tx-uboot.git/blob - fs/jffs2/Makefile
02e481f3ce2914f9403e8d4abd32ee72839f54cf
[karo-tx-uboot.git] / 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 ifdef CONFIG_CMD_JFFS2
9 obj-$(CONFIG_JFFS2_LZO) += compr_lzo.o
10 obj-y += compr_rtime.o
11 obj-y += compr_rubin.o
12 obj-y += compr_zlib.o
13 obj-y += jffs2_1pass.o
14 obj-y += mini_inflate.o
15 endif