]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - fs/jffs2/Makefile
UBUNTU: Ubuntu-4.13.0-45.50
[mirror_ubuntu-artful-kernel.git] / fs / jffs2 / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for the Linux Journalling Flash File System v2 (JFFS2)
3#
1da177e4
LT
4#
5
6obj-$(CONFIG_JFFS2_FS) += jffs2.o
7
8jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
9jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
10jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
730554d9 11jffs2-y += super.o debug.o
1da177e4 12
2f82ce1e 13jffs2-$(CONFIG_JFFS2_FS_WRITEBUFFER) += wbuf.o
aa98d7cf
KK
14jffs2-$(CONFIG_JFFS2_FS_XATTR) += xattr.o xattr_trusted.o xattr_user.o
15jffs2-$(CONFIG_JFFS2_FS_SECURITY) += security.o
16jffs2-$(CONFIG_JFFS2_FS_POSIX_ACL) += acl.o
1da177e4
LT
17jffs2-$(CONFIG_JFFS2_RUBIN) += compr_rubin.o
18jffs2-$(CONFIG_JFFS2_RTIME) += compr_rtime.o
19jffs2-$(CONFIG_JFFS2_ZLIB) += compr_zlib.o
c799aca3 20jffs2-$(CONFIG_JFFS2_LZO) += compr_lzo.o
e631ddba 21jffs2-$(CONFIG_JFFS2_SUMMARY) += summary.o