mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
14b7fba31f
Add memory clock manager driver for N5X. Provides memory clock initialization and enable functions. Signed-off-by: Siew Chin Lim <elly.siew.chin.lim@intel.com>
9 lines
297 B
Makefile
9 lines
297 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2018-2021 Marek Vasut <marex@denx.de>
|
|
#
|
|
|
|
obj-$(CONFIG_TARGET_SOCFPGA_AGILEX) += clk-agilex.o
|
|
obj-$(CONFIG_TARGET_SOCFPGA_ARRIA10) += clk-arria10.o
|
|
obj-$(CONFIG_TARGET_SOCFPGA_N5X) += clk-n5x.o
|
|
obj-$(CONFIG_TARGET_SOCFPGA_N5X) += clk-mem-n5x.o
|