mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
[XFS] Fix modular XFS builds (Makefile botch).
Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
parent
20ba02879b
commit
eccdfcd6f8
@ -55,7 +55,7 @@ ifeq ($(CONFIG_XFS_TRACE),y)
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_XFS_FS) += xfs.o
|
||||
obj-$(CONFIG_XFS_QUOTA) += quota/
|
||||
xfs-$(CONFIG_XFS_QUOTA) += quota/
|
||||
|
||||
xfs-$(CONFIG_XFS_RT) += xfs_rtalloc.o
|
||||
xfs-$(CONFIG_XFS_POSIX_ACL) += xfs_acl.o
|
||||
|
@ -41,13 +41,13 @@ ifeq ($(CONFIG_XFS_TRACE),y)
|
||||
EXTRA_CFLAGS += -DXFS_VNODE_TRACE
|
||||
endif
|
||||
|
||||
obj-$(CONFIG_XFS_QUOTA) += xfs_quota.o
|
||||
|
||||
xfs_quota-y += xfs_dquot.o \
|
||||
xfs-$(CONFIG_XFS_QUOTA) += xfs_dquot.o \
|
||||
xfs_dquot_item.o \
|
||||
xfs_trans_dquot.o \
|
||||
xfs_qm_syscalls.o \
|
||||
xfs_qm_bhv.o \
|
||||
xfs_qm.o
|
||||
|
||||
xfs_quota-$(CONFIG_PROC_FS) += xfs_qm_stats.o
|
||||
ifeq ($(CONFIG_XFS_QUOTA),y)
|
||||
xfs-$(CONFIG_PROC_FS) += xfs_qm_stats.o
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user