mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 23:13:01 +02:00
aufs6: kbuild
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
3f43eaeb0b
commit
aac513e6bc
|
@ -317,6 +317,7 @@ source "fs/sysv/Kconfig"
|
|||
source "fs/ufs/Kconfig"
|
||||
source "fs/erofs/Kconfig"
|
||||
source "fs/vboxsf/Kconfig"
|
||||
source "fs/aufs/Kconfig"
|
||||
|
||||
endif # MISC_FILESYSTEMS
|
||||
|
||||
|
|
|
@ -130,3 +130,4 @@ obj-$(CONFIG_EROFS_FS) += erofs/
|
|||
obj-$(CONFIG_VBOXSF_FS) += vboxsf/
|
||||
obj-$(CONFIG_ZONEFS_FS) += zonefs/
|
||||
obj-$(CONFIG_YAFFS_FS) += yaffs2/
|
||||
obj-$(CONFIG_AUFS_FS) += aufs/
|
||||
|
|
Loading…
Reference in New Issue
Block a user