projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3787fa6
)
fix hppfs Makefile breakage
author
Al Viro
<viro@ftp.linux.org.uk>
Wed, 21 May 2008 05:32:11 +0000
(06:32 +0100)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 21 May 2008 23:55:58 +0000
(16:55 -0700)
Fallout from commit
46d7b522ebf486edbd096965d534cc6465e9e309
("uml: move
hppfs_kern.c to hppfs.c")
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/hppfs/Makefile
patch
|
blob
|
history
diff --git
a/fs/hppfs/Makefile
b/fs/hppfs/Makefile
index
8a1f503
..
3a982bd
100644
(file)
--- a/
fs/hppfs/Makefile
+++ b/
fs/hppfs/Makefile
@@
-3,7
+3,4
@@
# Licensed under the GPL
#
-hppfs-objs := hppfs.o
-
-obj-y =
-obj-$(CONFIG_HPPFS) += $(hppfs-objs)
+obj-$(CONFIG_HPPFS) += hppfs.o