projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ecryptfs: fix memory corruption when storing crypto info in xattrs
[linux-2.6]
/
fs
/
ramfs
/
Makefile
diff --git
a/fs/ramfs/Makefile
b/fs/ramfs/Makefile
index
5a0236e
..
c71e65d
100644
(file)
--- a/
fs/ramfs/Makefile
+++ b/
fs/ramfs/Makefile
@@
-2,7
+2,7
@@
# Makefile for the linux ramfs routines.
#
-obj-
$(CONFIG_RAMFS)
+= ramfs.o
+obj-
y
+= ramfs.o
file-mmu-y := file-nommu.o
file-mmu-$(CONFIG_MMU) := file-mmu.o