projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso...
[platform/adaptation/renesas_rcar/renesas_kernel.git]
/
fs
/
romfs
/
Makefile
1
#
2
# Makefile for the linux RomFS filesystem routines.
3
#
4
5
obj-$(CONFIG_ROMFS_FS) += romfs.o
6
7
romfs-y := storage.o super.o
8
9
ifneq ($(CONFIG_MMU),y)
10
romfs-$(CONFIG_ROMFS_ON_MTD) += mmap-nommu.o
11
endif
12