summaryrefslogtreecommitdiff
path: root/fs/quota/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-04-24 11:05:42 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-04-24 11:05:42 +1000
commit06b86c6cd3966f903ca789d7173e43d024868cf1 (patch)
treeaa88a3bc2420f42cf4fd3272911daf4dd618842c /fs/quota/Makefile
parentada071e21fa956c255ba4160e95b575b3cc96006 (diff)
parent4c1cf65df6357fa4ee8be486c947b25f46a030a6 (diff)
Merge commit 'quota/for_next'
Diffstat (limited to 'fs/quota/Makefile')
-rw-r--r--fs/quota/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/fs/quota/Makefile b/fs/quota/Makefile
index 385a0831cc99..68d4f6dc0578 100644
--- a/fs/quota/Makefile
+++ b/fs/quota/Makefile
@@ -1,12 +1,3 @@
-#
-# Makefile for the Linux filesystems.
-#
-# 14 Sep 2000, Christoph Hellwig <hch@infradead.org>
-# Rewritten to use lists instead of if-statements.
-#
-
-obj-y :=
-
obj-$(CONFIG_QUOTA) += dquot.o
obj-$(CONFIG_QFMT_V1) += quota_v1.o
obj-$(CONFIG_QFMT_V2) += quota_v2.o