Skip to content

Commit

Permalink
quota: remove obsolete comments in fs/quota/Makefile
Browse files Browse the repository at this point in the history
Get rid of useless comments and the equally useless obj-y
initialization.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
  • Loading branch information
Christoph Hellwig authored and Jan Kara committed Apr 27, 2009
1 parent ce8a742 commit fd1b524
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions fs/quota/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fd1b524

Please sign in to comment.