mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
4c302b9a65
Since i've been married, i also have a new surname. Mr. Petermaier moved to Mr. Schmelzer. In this patch i update all files in which my (old) name is present. Signed-off-by: Hannes Schmelzer <hannes.schmelzer@br-automation.com> Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
12 lines
269 B
Makefile
12 lines
269 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Copyright (C) 2014 Hannes Schmelzer <oe5hpm@oevsv.at> -
|
|
# Bernecker & Rainer Industrielektronik GmbH - http://www.br-automation.com/
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_SPL_BUILD) += mux.o
|
|
obj-y += ../common/common.o
|
|
obj-y += board.o
|