xref: /linux-6.12.1/fs/jffs2/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the Linux Journalling Flash File System v2 (JFFS2)
4#
5#
6
7obj-$(CONFIG_JFFS2_FS) += jffs2.o
8
9jffs2-y	:= compr.o dir.o file.o ioctl.o nodelist.o malloc.o
10jffs2-y	+= read.o nodemgmt.o readinode.o write.o scan.o gc.o
11jffs2-y	+= symlink.o build.o erase.o background.o fs.o writev.o
12jffs2-y	+= super.o debug.o
13
14jffs2-$(CONFIG_JFFS2_FS_WRITEBUFFER)	+= wbuf.o
15jffs2-$(CONFIG_JFFS2_FS_XATTR)		+= xattr.o xattr_trusted.o xattr_user.o
16jffs2-$(CONFIG_JFFS2_FS_SECURITY)	+= security.o
17jffs2-$(CONFIG_JFFS2_FS_POSIX_ACL)	+= acl.o
18jffs2-$(CONFIG_JFFS2_RUBIN)	+= compr_rubin.o
19jffs2-$(CONFIG_JFFS2_RTIME)	+= compr_rtime.o
20jffs2-$(CONFIG_JFFS2_ZLIB)	+= compr_zlib.o
21jffs2-$(CONFIG_JFFS2_LZO)	+= compr_lzo.o
22jffs2-$(CONFIG_JFFS2_SUMMARY)   += summary.o
23

served by {OpenGrok

Last Index Update: Mon May 12 21:07:07 UTC 2025

Scopes Window
x
Intelligence window
x
Next >> | << Prev


In current file
  • Highlight
  • Unhighlight
  • Unhighlight all
In project "undefined"
  • Search for definitions of
  • Search for references of
  • Do a full search with
  • Search for file names that contain
On Google
  • Google
Messages Window
x
Navigate Window
x

Macro

  • jffs2-y