2005-04-16 15:20:36 -07:00
|
|
|
#
|
2008-05-12 14:01:50 -07:00
|
|
|
# Copyright (C) 2002 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com)
|
2005-04-16 15:20:36 -07:00
|
|
|
# Licensed under the GPL
|
|
|
|
#
|
|
|
|
|
2008-05-12 14:01:50 -07:00
|
|
|
hppfs-objs := hppfs.o
|
2005-04-16 15:20:36 -07:00
|
|
|
|
|
|
|
obj-y =
|
2008-05-12 14:01:50 -07:00
|
|
|
obj-$(CONFIG_HPPFS) += $(hppfs-objs)
|