diff options
Diffstat (limited to 'fs/hppfs/Makefile')
-rw-r--r-- | fs/hppfs/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/hppfs/Makefile b/fs/hppfs/Makefile new file mode 100644 index 000000000000..6890433f7595 --- /dev/null +++ b/fs/hppfs/Makefile @@ -0,0 +1,9 @@ +# +# Copyright (C) 2002, 2003 Jeff Dike (jdike@karaya.com) +# Licensed under the GPL +# + +hppfs-objs := hppfs_kern.o + +obj-y = +obj-$(CONFIG_HPPFS) += hppfs.o |