You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[XFS] Fix modular XFS builds (Makefile botch).
Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user