mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
072cefe07d
Adds support for Bernecker & Rainer Industrieelektronik GmbH KWB Motherboard, using TI's AM3352 SoC. Most of code is derived from TI's AM335x_EVM Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at> Cc: trini@ti.com
12 lines
270 B
Makefile
12 lines
270 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Copyright (C) 2014 Hannes Petermaier <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
|