Darwin Rambo | c561314 | 2014-02-11 11:06:34 -0800 | [diff] [blame] | 1 | # |
2 | # Copyright 2013 Broadcom Corporation. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: GPL-2.0+ | ||||
5 | # | ||||
6 | |||||
7 | obj-y += reset.o | ||||
8 | obj-y += clk-core.o | ||||
9 | obj-y += clk-bcm281xx.o | ||||
10 | obj-y += clk-sdio.o | ||||
11 | obj-y += clk-bsc.o | ||||
Jiandong Zheng | f192627 | 2014-08-01 20:37:15 -0700 | [diff] [blame] | 12 | obj-$(CONFIG_BCM_SF2_ETH) += clk-eth.o |