commit | 423eba241d7cb7503bb9c41e02b17e71def86af7 | [log] [tgz] |
---|---|---|
author | Ismael Luceno Cortes <ismael.luceno@silicon-gears.com> | Mon Apr 15 11:19:15 2019 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 26 17:53:16 2019 -0400 |
tree | 0241dd9440b8168598e995132e3ec6a3645915b4 | |
parent | 633967f9818cb6a0e87ffa8cba33148a5bcc6edb [diff] |
fs: fat: Build only if CONFIG_FS_FAT=y Signed-off-by: Ismael Luceno <ismael.luceno@silicon-gears.com>
diff --git a/fs/Makefile b/fs/Makefile index 10c735a..2ed4aea 100644 --- a/fs/Makefile +++ b/fs/Makefile
@@ -15,7 +15,7 @@ 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/