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