mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
712f99a5dd
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
|