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