]> Git Repo - J-u-boot.git/blame - arch/arm/mach-socfpga/Makefile
arm: socfpga: Add pinmux for Arria 10
[J-u-boot.git] / arch / arm / mach-socfpga / Makefile
CommitLineData
77754408
DN
1#
2# (C) Copyright 2000-2003
3# Wolfgang Denk, DENX Software Engineering, [email protected].
4#
5# Copyright (C) 2012 Altera Corporation <www.altera.com>
6#
1a459660 7# SPDX-License-Identifier: GPL-2.0+
77754408
DN
8#
9
4ddd541d 10obj-y += misc.o timer.o reset_manager.o clock_manager.o \
e5ad7d98
DN
11 fpga_manager.o board.o
12
177ba1f9 13obj-$(CONFIG_TARGET_SOCFPGA_ARRIA10) += clock_manager_arria10.o \
caf36e1e 14 pinmux_arria10.o \
177ba1f9 15 reset_manager_arria10.o
827e6a7e 16
bd48c061 17obj-$(CONFIG_SPL_BUILD) += spl.o freeze_controller.o
ca62d2e1
MV
18
19# QTS-generated config file wrappers
de778115 20obj-$(CONFIG_TARGET_SOCFPGA_GEN5) += scan_manager.o wrap_pll_config.o \
4ddd541d 21 clock_manager_gen5.o reset_manager_gen5.o \
d1c559af 22 misc_gen5.o system_manager_gen5.o
ca62d2e1
MV
23obj-$(CONFIG_SPL_BUILD) += wrap_iocsr_config.o wrap_pinmux_config.o \
24 wrap_sdram_config.o
25CFLAGS_wrap_iocsr_config.o += -I$(srctree)/board/$(BOARDDIR)
26CFLAGS_wrap_pinmux_config.o += -I$(srctree)/board/$(BOARDDIR)
27CFLAGS_wrap_pll_config.o += -I$(srctree)/board/$(BOARDDIR)
28CFLAGS_wrap_sdram_config.o += -I$(srctree)/board/$(BOARDDIR)
This page took 0.264742 seconds and 4 git commands to generate.