diff options
author | Al Viro | 2008-05-21 07:32:11 +0200 |
---|---|---|
committer | Linus Torvalds | 2008-05-22 01:55:58 +0200 |
commit | 13c48c490208d9e70d8d66d56f96c5054db69af7 (patch) | |
tree | 86cfcf92f3b74e71e4ec39281c50936ae9a93414 /fs | |
parent | fix include order in sys-i386/registers.c (diff) | |
download | kernel-qcow2-linux-13c48c490208d9e70d8d66d56f96c5054db69af7.tar.gz kernel-qcow2-linux-13c48c490208d9e70d8d66d56f96c5054db69af7.tar.xz kernel-qcow2-linux-13c48c490208d9e70d8d66d56f96c5054db69af7.zip |
fix hppfs Makefile breakage
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/hppfs/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/hppfs/Makefile b/fs/hppfs/Makefile index 8a1f50344368..3a982bd975d2 100644 --- 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 |