mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-01 08:55:34 +00:00

add basic clock driver support for stm32f7 to enable clocks required by the peripherals. Signed-off-by: Vikas Manocha <vikas.manocha@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>
8 lines
130 B
Makefile
8 lines
130 B
Makefile
#
|
|
# (C) Copyright 2016
|
|
# Vikas Manocha, <vikas.manocha@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += timer.o soc.o
|