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