mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 18:41:03 +00:00
8 lines
239 B
Makefile
8 lines
239 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
#
|
||
|
# Copyright (C) 2022, STMicroelectronics - All Rights Reserved
|
||
|
|
||
|
obj-$(CONFIG_CLK_STM32F) += clk-stm32f.o
|
||
|
obj-$(CONFIG_CLK_STM32H7) += clk-stm32h7.o
|
||
|
obj-$(CONFIG_CLK_STM32MP1) += clk-stm32mp1.o
|