Makefile 341 B

1234567891011121314
  1. #
  2. # Makefile for the Linux filesystems.
  3. #
  4. # 14 Sep 2000, Christoph Hellwig <hch@infradead.org>
  5. # Rewritten to use lists instead of if-statements.
  6. #
  7. obj-y :=
  8. obj-$(CONFIG_QUOTA) += dquot.o
  9. obj-$(CONFIG_QFMT_V1) += quota_v1.o
  10. obj-$(CONFIG_QFMT_V2) += quota_v2.o
  11. obj-$(CONFIG_QUOTA_TREE) += quota_tree.o
  12. obj-$(CONFIG_QUOTACTL) += quota.o