]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-uniphier/Makefile
2e92e155810915b0861405a0e048a25b0bc7fb44
[u-boot] / 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/ early-pinctrl/
8 obj-$(CONFIG_MICRO_SUPPORT_CARD) += sbc/
9
10 else
11
12 obj-$(CONFIG_BOARD_EARLY_INIT_F) += board_early_init_f.o
13 obj-$(CONFIG_DISPLAY_CPUINFO) += cpu_info.o
14 obj-y += dram_init.o
15 obj-y += board_common.o
16 obj-$(CONFIG_BOARD_EARLY_INIT_R) += board_early_init_r.o
17 obj-$(CONFIG_BOARD_LATE_INIT) += board_late_init.o
18 obj-y += reset.o
19
20 obj-y += pinctrl/ clk/
21
22 endif
23
24 obj-y += boards.o
25 obj-y += soc_info.o
26 obj-y += boot-mode/
27 obj-y += dram/
28
29 obj-$(CONFIG_MICRO_SUPPORT_CARD) += micro-support-card.o
30 obj-$(CONFIG_DEBUG_UART_UNIPHIER) += debug-uart/
31
32 obj-$(CONFIG_CPU_V7) += arm32/
33 obj-$(CONFIG_ARM64) += arm64/