blob: 20afbc3cfce61237be7a0d2cb7a90031cb33958f [file] [log] [blame]
Patrick Delaunay12427612022-05-19 17:56:45 +02001# SPDX-License-Identifier: GPL-2.0-or-later
2#
3# Copyright (C) 2022, STMicroelectronics - All Rights Reserved
4
Gabriel Fernandez3db088a2022-11-24 11:36:04 +01005obj-$(CONFIG_CLK_STM32_CORE) += clk-stm32-core.o
Patrick Delaunay12427612022-05-19 17:56:45 +02006obj-$(CONFIG_CLK_STM32F) += clk-stm32f.o
7obj-$(CONFIG_CLK_STM32H7) += clk-stm32h7.o
8obj-$(CONFIG_CLK_STM32MP1) += clk-stm32mp1.o
Gabriel Fernandez3db088a2022-11-24 11:36:04 +01009obj-$(CONFIG_CLK_STM32MP13) += clk-stm32mp13.o