mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
2d66a0fd58
Enable Ethernet clock when Broadcom StarFighter2 Ethernet block (CONFIG_BCM_SF2_ETH) is enabled. Signed-off-by: Jiandong Zheng <jdzheng@broadcom.com> Signed-off-by: Steve Rae <srae@broadcom.com>
12 lines
221 B
Makefile
12 lines
221 B
Makefile
#
|
|
# Copyright 2013 Broadcom Corporation.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += reset.o
|
|
obj-y += clk-core.o
|
|
obj-y += clk-bcm281xx.o
|
|
obj-y += clk-sdio.o
|
|
obj-y += clk-bsc.o
|
|
obj-$(CONFIG_BCM_SF2_ETH) += clk-eth.o
|