mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +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>
14 lines
284 B
Makefile
14 lines
284 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Copyright (C) 2013 Hannes Schmelzer <oe5hpm@oevsv.at>
|
|
# Bernecker & Rainer Industrieelektronik GmbH - http://www.br-automation.com
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
ifeq ($(CONFIG_SPL_BUILD),y)
|
|
obj-y := mux.o
|
|
endif
|
|
obj-y += ../common/common.o
|
|
obj-y += board.o
|