1#
2# Copyright (C) 2002, 2003 Jeff Dike (jdike@karaya.com)
3# Licensed under the GPL
4#
5
6hppfs-objs := hppfs_kern.o
7
8obj-y =
9obj-$(CONFIG_HPPFS) += hppfs.o
10