dect
/
linux-2.6
Archived
13
0
Fork 0

fix hppfs Makefile breakage

Fallout from commit 46d7b522eb ("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>
This commit is contained in:
Al Viro 2008-05-21 06:32:11 +01:00 committed by Linus Torvalds
parent 3787fa6df5
commit 13c48c4902
1 changed files with 1 additions and 4 deletions

View File

@ -3,7 +3,4 @@
# Licensed under the GPL
#
hppfs-objs := hppfs.o
obj-y =
obj-$(CONFIG_HPPFS) += $(hppfs-objs)
obj-$(CONFIG_HPPFS) += hppfs.o