Merge branch 'master' of git://git.denx.de/u-boot-uniphier
[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 += spl_board_init.o
8 obj-y += memconf.o
9 obj-y += bcu/
10
11 else
12
13 obj-$(CONFIG_DISPLAY_CPUINFO) += cpu-info.o
14 obj-y += dram_init.o
15 obj-y += board_init.o
16 obj-$(CONFIG_BOARD_LATE_INIT) += board_late_init.o
17 obj-y += reset.o
18
19 obj-$(CONFIG_MICRO_SUPPORT_CARD) += sbc/ micro-support-card.o
20 obj-y += pinctrl-glue.o
21
22 endif
23
24 obj-y += boards.o
25 obj-y += soc-info.o
26 obj-y += boot-mode/
27 obj-y += clk/
28 obj-y += dram/
29
30 obj-$(CONFIG_DEBUG_UART_UNIPHIER) += debug-uart/
31
32 obj-$(CONFIG_CPU_V7) += arm32/
33 obj-$(CONFIG_ARM64) += arm64/