[U-Boot] [PATCH] fs: fat: Build only if CONFIG_FS_FAT=y

15 Apr
2019
15 Apr
'19
1:19 p.m.
Signed-off-by: Ismael Luceno ismael.luceno@silicon-gears.com --- fs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/Makefile b/fs/Makefile index 10c735ad43..2ed4aeac0e 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -15,7 +15,7 @@ obj-$(CONFIG_FS_BTRFS) += btrfs/ obj-$(CONFIG_FS_CBFS) += cbfs/ obj-$(CONFIG_CMD_CRAMFS) += cramfs/ obj-$(CONFIG_FS_EXT4) += ext4/ -obj-y += fat/ +obj-$(CONFIG_FS_FAT) += fat/ obj-$(CONFIG_FS_JFFS2) += jffs2/ obj-$(CONFIG_CMD_REISER) += reiserfs/ obj-$(CONFIG_SANDBOX) += sandbox/
--
2.19.1

27 Apr
27 Apr
4:46 p.m.
New subject: [U-Boot] fs: fat: Build only if CONFIG_FS_FAT=y
On Mon, Apr 15, 2019 at 11:19:15AM +0000, Ismael Luceno Cortes wrote:
Signed-off-by: Ismael Luceno ismael.luceno@silicon-gears.com
Applied to u-boot/master, thanks!
--
Tom
2207
Age (days ago)
2219
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ismael Luceno Cortes
-
Tom Rini