diff options
Diffstat (limited to 'fs/hppfs/Makefile')
-rw-r--r-- | fs/hppfs/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fs/hppfs/Makefile b/fs/hppfs/Makefile index 6890433f7595..3a982bd975d2 100644 --- a/fs/hppfs/Makefile +++ b/fs/hppfs/Makefile @@ -1,9 +1,6 @@ # -# Copyright (C) 2002, 2003 Jeff Dike (jdike@karaya.com) +# Copyright (C) 2002 - 2008 Jeff Dike (jdike@{addtoit,linux.intel}.com) # Licensed under the GPL # -hppfs-objs := hppfs_kern.o - -obj-y = obj-$(CONFIG_HPPFS) += hppfs.o |