repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
block, cfq: restructure io_cq creation path for io_context interface cleanup
[linux-2.6.git]
/
fs
/
romfs
/
Makefile
blob
420beb7d495cdcbedf917815a85ff905bf5b785f
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