Skip to content

Commit

Permalink
fs: fat: Build only if CONFIG_FS_FAT=y
Browse files Browse the repository at this point in the history
Signed-off-by: Ismael Luceno <[email protected]>
  • Loading branch information
ismaell authored and trini committed Apr 26, 2019
1 parent 633967f commit 423eba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 423eba2

Please sign in to comment.