mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
61143f741e
Fix diacritics in some instances of my name and change my e-mail address to kabel@kernel.org. Add corresponding .mailmap entries. Signed-off-by: Marek Behún <kabel@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>
7 lines
262 B
Makefile
7 lines
262 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# 2017 Marek Behún, CZ.NIC, kabel@kernel.org
|
|
|
|
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
|