From: Al Viro Date: Wed, 21 May 2008 05:32:11 +0000 (+0100) Subject: fix hppfs Makefile breakage X-Git-Tag: v2.6.26-rc4~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13c48c490208d9e70d8d66d56f96c5054db69af7;p=platform%2Fkernel%2Flinux-3.10.git fix hppfs Makefile breakage Fallout from commit 46d7b522ebf486edbd096965d534cc6465e9e309 ("uml: move hppfs_kern.c to hppfs.c") Signed-off-by: Al Viro Acked-by: Jeff Dike Signed-off-by: Linus Torvalds --- diff --git a/fs/hppfs/Makefile b/fs/hppfs/Makefile index 8a1f5034..3a982bd 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