mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 17:28:15 +00:00
21871138b7
Stout is an entry level development board based on R-Car H2 SoC (R8A7790) This commit supports the following peripherals: - SCIFA, I2C, Ethernet, QSPI, SDHI0/2, CPLD Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11 lines
283 B
Makefile
11 lines
283 B
Makefile
#
|
|
# board/renesas/stout/Makefile
|
|
#
|
|
# Copyright (C) 2015 Renesas Electronics Europe GmbH
|
|
# Copyright (C) 2015 Renesas Electronics Corporation
|
|
# Copyright (C) 2015 Cogent Embedded, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
|
|
obj-y := stout.o cpld.o qos.o ../rcar-gen2-common/common.o
|