summaryrefslogtreecommitdiff
path: root/arch/arm/mach-renesas/Makefile
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-04-09 16:34:38 -0600
committerTom Rini <[email protected]>2026-04-09 16:34:38 -0600
commite2fa3e570f83ab0f9ce667ddaec9dc738bcf05b9 (patch)
tree14de6d1a620c15e7b5bf349787edda955ee42745 /arch/arm/mach-renesas/Makefile
parent2a1bcefce835b827bbf88a9e112d646c5c4af9c1 (diff)
parent4a95a2a9e13ab05e4fc309f92bc33998d80afe01 (diff)
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-shHEADmaster
Assorted fixes and tweaks, HUSH parser, preboot env variable, SMC command enablement, s_init and 32bit/64bit code clean up, DBSC and APMU remoteproc clean ups, UFS dev_phys_to_bus() remap support and SCIF R-Car Gen5 support.
Diffstat (limited to 'arch/arm/mach-renesas/Makefile')
-rw-r--r--arch/arm/mach-renesas/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/arch/arm/mach-renesas/Makefile b/arch/arm/mach-renesas/Makefile
index c0454fffa48..652a392ba6f 100644
--- a/arch/arm/mach-renesas/Makefile
+++ b/arch/arm/mach-renesas/Makefile
@@ -9,10 +9,15 @@ obj-y += emac.o
obj-$(CONFIG_DISPLAY_BOARDINFO) += board.o
obj-$(CONFIG_TMU_TIMER) += ../../sh/lib/time.o
obj-$(CONFIG_RCAR_GEN2) += lowlevel_init_ca15.o cpu_info-rcar.o
+obj-$(CONFIG_RCAR_GEN3) += cpu_info-rcar.o
+obj-$(CONFIG_RCAR_GEN4) += cpu_info-rcar.o
+obj-$(CONFIG_RCAR_GEN5) += cpu_info-rcar.o
+ifneq ($(CONFIG_ARM64),)
obj-$(CONFIG_RCAR_64) += lowlevel_init_gen3.o
-obj-$(CONFIG_RCAR_GEN3) += cpu_info-rcar.o memmap-gen3.o
-obj-$(CONFIG_RCAR_GEN4) += cpu_info-rcar.o memmap-gen3.o
-obj-$(CONFIG_RCAR_GEN5) += cpu_info-rcar.o memmap-gen3.o
+obj-$(CONFIG_RCAR_GEN3) += memmap-gen3.o
+obj-$(CONFIG_RCAR_GEN4) += memmap-gen3.o
+obj-$(CONFIG_RCAR_GEN5) += memmap-gen3.o
+endif
obj-$(CONFIG_RZ_G2) += cpu_info-rzg.o
obj-$(CONFIG_RZG2L) += cpu_info-rzg2l.o memmap-rzg2l.o