mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
46d7b522eb
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>
10 lines
170 B
Makefile
10 lines
170 B
Makefile
#
|
|
# Copyright (C) 2002 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com)
|
|
# Licensed under the GPL
|
|
#
|
|
|
|
hppfs-objs := hppfs.o
|
|
|
|
obj-y =
|
|
obj-$(CONFIG_HPPFS) += $(hppfs-objs)
|