mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
0c936ee319
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
8 lines
215 B
Makefile
8 lines
215 B
Makefile
#
|
|
# 2017 Marek Behun, CZ.NIC, marek.behun@nic.cz
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := btrfs.o chunk-map.o compression.o ctree.o dev.o dir-item.o \
|
|
extent-io.o hash.o inode.o root.o subvolume.o super.o
|