mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
a4d799939f
Rename B&R kwb board to brxre1 Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at> Reviewed-by: Tom Rini <trini@konsulko.com>
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
|