source: src/linux/sl2312/linux-2.6.23/fs/jffs2/Makefile @ 9980

Last change on this file since 9980 was 9980, checked in by BrainSlayer, 5 years ago

delete broken commit

File size: 747 bytes
Line 
1#
2# Makefile for the Linux Journalling Flash File System v2 (JFFS2)
3#
4#
5
6EXTRA_CFLAGS += -DCONFIG_NOPRINTK=1
7
8obj-$(CONFIG_JFFS2_FS) += jffs2.o
9
10jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
11jffs2-y += read.o nodemgmt.o readinode.o write.o scan.o gc.o
12jffs2-y += symlink.o build.o erase.o background.o fs.o writev.o
13jffs2-y += super.o debug.o
14
15jffs2-$(CONFIG_JFFS2_FS_WRITEBUFFER)    += wbuf.o
16jffs2-$(CONFIG_JFFS2_FS_XATTR)          += xattr.o xattr_trusted.o xattr_user.o
17jffs2-$(CONFIG_JFFS2_FS_SECURITY)       += security.o
18jffs2-$(CONFIG_JFFS2_FS_POSIX_ACL)      += acl.o
19jffs2-$(CONFIG_JFFS2_RUBIN)     += compr_rubin.o
20jffs2-$(CONFIG_JFFS2_RTIME)     += compr_rtime.o
21jffs2-$(CONFIG_JFFS2_ZLIB)      += compr_zlib.o
22jffs2-$(CONFIG_JFFS2_SUMMARY)   += summary.o
Note: See TracBrowser for help on using the repository browser.