mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-05 19:10:13 +00:00
43486e4cd0
Add support for the Broadcom BCM23550 board. Signed-off-by: Steve Rae <srae@broadcom.com>
10 lines
184 B
Makefile
10 lines
184 B
Makefile
#
|
|
# Copyright 2013 Broadcom Corporation.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += s_init.o
|
|
obj-y += hwinit-common.o
|
|
obj-y += clk-stubs.o
|
|
obj-${CONFIG_KONA_RESET_S} += reset.o
|