Commit 13c48c49 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

fix hppfs Makefile breakage

Fallout from commit 46d7b522 ("uml: move
hppfs_kern.c to hppfs.c")
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
Acked-by: default avatarJeff Dike <jdike@addtoit.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 3787fa6d
......@@ -3,7 +3,4 @@
# Licensed under the GPL
#
hppfs-objs := hppfs.o
obj-y =
obj-$(CONFIG_HPPFS) += $(hppfs-objs)
obj-$(CONFIG_HPPFS) += hppfs.o
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment