Blame view

fs/jffs2/Makefile 751 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
  #
  # Makefile for the Linux Journalling Flash File System v2 (JFFS2)
  #
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
4
5
6
7
8
9
10
  #
  
  obj-$(CONFIG_JFFS2_FS) += jffs2.o
  
  jffs2-y	:= compr.o dir.o file.o ioctl.o nodelist.o malloc.o
  jffs2-y	+= read.o nodemgmt.o readinode.o write.o scan.o gc.o
  jffs2-y	+= symlink.o build.o erase.o background.o fs.o writev.o
730554d94   Artem B. Bityutskiy   [JFFS2] Debug cod...
11
  jffs2-y	+= super.o debug.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
12

2f82ce1eb   Andrew Victor   [JFFS2] Use a sin...
13
  jffs2-$(CONFIG_JFFS2_FS_WRITEBUFFER)	+= wbuf.o
aa98d7cf5   KaiGai Kohei   [JFFS2][XATTR] XA...
14
15
16
  jffs2-$(CONFIG_JFFS2_FS_XATTR)		+= xattr.o xattr_trusted.o xattr_user.o
  jffs2-$(CONFIG_JFFS2_FS_SECURITY)	+= security.o
  jffs2-$(CONFIG_JFFS2_FS_POSIX_ACL)	+= acl.o
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
17
18
19
  jffs2-$(CONFIG_JFFS2_RUBIN)	+= compr_rubin.o
  jffs2-$(CONFIG_JFFS2_RTIME)	+= compr_rtime.o
  jffs2-$(CONFIG_JFFS2_ZLIB)	+= compr_zlib.o
c799aca31   Richard Purdie   [JFFS2] Add LZO c...
20
  jffs2-$(CONFIG_JFFS2_LZO)	+= compr_lzo.o
e631ddba5   Ferenc Havasi   [JFFS2] Add erase...
21
  jffs2-$(CONFIG_JFFS2_SUMMARY)   += summary.o