linux/fs/hppfs/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)