Commit 46d7b522 authored by Jeff Dike's avatar Jeff Dike Committed by Linus Torvalds

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: default avatarJeff Dike <jdike@linux.intel.com>
Cc: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a0612b1f
#
# 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)
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