commit | 0c936ee3194ac5b533a18fcd08e5d285853af5fe | [log] [tgz] |
---|---|---|
author | Marek BehĂșn <marek.behun@nic.cz> | Sun Sep 03 17:00:29 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 02 21:52:18 2017 -0400 |
tree | 8ddff8ab0988890b3672c6fe3bfa5a5e89318945 | |
parent | 21a14facb1494592c3ad4874c6a00539d15a29cf [diff] [blame] |
fs: btrfs: Add U-Boot fs handlers. Signed-off-by: Marek Behun <marek.behun@nic.cz> create mode 100644 fs/btrfs/Kconfig create mode 100644 fs/btrfs/Makefile create mode 100644 fs/btrfs/btrfs.c create mode 100644 include/btrfs.h
diff --git a/fs/Kconfig b/fs/Kconfig index e6803ac..1cb9831 100644 --- a/fs/Kconfig +++ b/fs/Kconfig
@@ -4,6 +4,8 @@ menu "File systems" +source "fs/btrfs/Kconfig" + source "fs/cbfs/Kconfig" source "fs/ext4/Kconfig"