uml: move hppfs_kern.c to hppfs.c

There's no reason for the _kern in hppfs_kern.c, so move it to hppfs.c.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Jeff Dike 2008-05-12 14:01:50 -07:00 committed by Linus Torvalds
parent a0612b1f0b
commit 46d7b522eb
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
#
# Copyright (C) 2002, 2003 Jeff Dike (jdike@karaya.com)
# Copyright (C) 2002 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com)
# Licensed under the GPL
#
hppfs-objs := hppfs_kern.o
hppfs-objs := hppfs.o
obj-y =
obj-$(CONFIG_HPPFS) += hppfs.o
obj-$(CONFIG_HPPFS) += $(hppfs-objs)