summaryrefslogtreecommitdiff
path: root/fs/Makefile
diff options
context:
space:
mode:
authorAdnan Ali <adnan.ali at codethink.co.uk>2014-07-22 14:52:51 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-09-23 10:57:50 +0100
commit199cd8fbb7df07f7b665de823311abcf71718aad (patch)
tree1465ff1e96b010f325a790f9f15f0af012410d7a /fs/Makefile
parent90a565acf3a18c61170ec0e0b2046c98cb7ecc85 (diff)
downloadu-boot-199cd8fbb7df07f7b665de823311abcf71718aad.tar.gz
Introduces btrfs file-system to read file from
volume/sub-volumes with btrload command. This implementation has read-only support. This btrfs implementation is based on syslinux btrfs code
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile
index 18221658fc..7fcc17e85a 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -21,4 +21,5 @@ obj-$(CONFIG_SANDBOX) += sandbox/
obj-$(CONFIG_CMD_UBIFS) += ubifs/
obj-$(CONFIG_YAFFS2) += yaffs2/
obj-$(CONFIG_CMD_ZFS) += zfs/
+obj-$(CONFIG_CMD_BTR) += btrfs/
endif