mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 22:36:05 +00:00

This patch is to enable Agilex5 platform for Intel product. Changes, modification and new files are created for board, dts, configs and makefile to create the base for Agilex5. Signed-off-by: Jit Loon Lim <jit.loon.lim@intel.com> Reviewed-by: Tien Fong Chee <tien.fong.chee@intel.com>
10 lines
351 B
Makefile
10 lines
351 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
|
|
obj-$(CONFIG_TARGET_SOCFPGA_AGILEX5) += clk-agilex5.o
|