mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-13 14:53:06 +00:00
12 lines
182 B
Makefile
12 lines
182 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
|