mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 21:54:45 +00:00
5573c20fad
This cleans up the now unneeded code from the old btrfs implementation. Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: Marek Behún <marek.behun@nic.cz>
7 lines
263 B
Makefile
7 lines
263 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# 2017 Marek Behun, CZ.NIC, marek.behun@nic.cz
|
|
|
|
obj-y := btrfs.o compression.o ctree.o dev.o dir-item.o \
|
|
extent-io.o inode.o subvolume.o crypto/hash.o disk-io.o \
|
|
common/rbtree-utils.o extent-cache.o volumes.o root-tree.o
|