mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-12 04:56:02 +01:00
Update my and DPs email address to match current setup. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/aba5b19b9c5a95608829e86ad5cc4671c940f1bb.1688992543.git.michal.simek@amd.com
9 lines
172 B
Makefile
9 lines
172 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2016 - 2018 Xilinx, Inc.
|
|
# Michal Simek <michal.simek@amd.com>
|
|
#
|
|
|
|
obj-y := board.o
|
|
obj-$(CONFIG_CMD_VERSAL) += cmds.o
|