mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
fs: move some file system to fs/Makefile
This commit moves some subdirectories of fs from the toplevel Makefile to fs/Makefile using Kbuild descending feature. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Tom Rini
parent
9c3f0bc5ee
commit
e82004bc68
11
fs/Makefile
11
fs/Makefile
@@ -7,3 +7,14 @@
|
||||
#
|
||||
|
||||
obj-y += fs.o
|
||||
|
||||
obj-y += cbfs/
|
||||
obj-y += cramfs/
|
||||
obj-y += ext4/
|
||||
obj-y += fdos/
|
||||
obj-y += jffs2/
|
||||
obj-y += reiserfs/
|
||||
obj-y += sandbox/
|
||||
obj-y += ubifs/
|
||||
obj-y += yaffs2/
|
||||
obj-y += zfs/
|
||||
|
Reference in New Issue
Block a user