mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 10:34:19 +00:00

The S32CC is an umbrella for S32G2, S32G3 and S32R45 SoCs; therefore, this clock driver will be used for all of these families. Change-Id: Iede5371b212b67cf494a033c62fbfdcbe9b1a879 Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>
12 lines
207 B
Makefile
12 lines
207 B
Makefile
#
|
|
# Copyright 2024 NXP
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
CLK_SOURCES := \
|
|
${PLAT_DRIVERS_PATH}/clk/s32cc/s32cc_clk_drv.c \
|
|
|
|
ifeq (${BL_COMM_CLK_NEEDED},yes)
|
|
BL2_SOURCES += ${CLK_SOURCES}
|
|
endif
|