ARM: uniphier: move XIRQ pin-mux settings of LD11/LD20
[platform/kernel/u-boot.git] / arch / arm / mach-uniphier / Makefile
1 #
2 # SPDX-License-Identifier:      GPL-2.0+
3 #
4
5 ifdef CONFIG_SPL_BUILD
6
7 obj-y += init/ bcu/ memconf/ pll/ early-clk/
8 obj-$(CONFIG_MICRO_SUPPORT_CARD) += sbc/
9
10 else
11
12 obj-$(CONFIG_DISPLAY_CPUINFO) += cpu_info.o
13 obj-y += dram_init.o
14 obj-y += board_init.o
15 obj-$(CONFIG_BOARD_LATE_INIT) += board_late_init.o
16 obj-y += reset.o
17
18 obj-y += clk/
19
20 endif
21
22 obj-y += boards.o
23 obj-y += soc_info.o
24 obj-y += boot-mode/
25 obj-y += dram/
26 obj-y += pinctrl-glue.o
27
28 obj-$(CONFIG_MICRO_SUPPORT_CARD) += micro-support-card.o
29 obj-$(CONFIG_DEBUG_UART_UNIPHIER) += debug-uart/
30
31 obj-$(CONFIG_CPU_V7) += arm32/
32 obj-$(CONFIG_ARM64) += arm64/