blob: 8a1f50344368a9e1c1a3efab4120effd5d7e70da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#
# 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)
|