summaryrefslogtreecommitdiff
path: root/common/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 /common/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 'common/Makefile')
-rw-r--r--common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/Makefile b/common/Makefile
index aca0f7faf9..2a93b8d952 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -76,6 +76,7 @@ obj-$(CONFIG_CMD_BMP) += cmd_bmp.o
obj-$(CONFIG_CMD_BOOTMENU) += cmd_bootmenu.o
obj-$(CONFIG_CMD_BOOTLDR) += cmd_bootldr.o
obj-$(CONFIG_CMD_BOOTSTAGE) += cmd_bootstage.o
+obj-$(CONFIG_CMD_BTR) += cmd_btr.o
obj-$(CONFIG_CMD_CACHE) += cmd_cache.o
obj-$(CONFIG_CMD_CBFS) += cmd_cbfs.o
obj-$(CONFIG_CMD_CLK) += cmd_clk.o