summaryrefslogtreecommitdiff
path: root/arch/riscv/boot/dts/starfive/Makefile
diff options
context:
space:
mode:
authorConor Dooley <conor.dooley@microchip.com>2022-11-21 00:34:44 +0300
committerConor Dooley <conor.dooley@microchip.com>2022-12-27 21:01:40 +0300
commit19ba9cf70706629709a3304aa977d1dddcfadf43 (patch)
tree74073eb148744000df5cc3dd05ca1ec2c7f4c4c8 /arch/riscv/boot/dts/starfive/Makefile
parentfc43211939bb68741d609cd6e7034f01d5d1734b (diff)
downloadlinux-19ba9cf70706629709a3304aa977d1dddcfadf43.tar.xz
RISC-V: kbuild: convert all use of SOC_FOO to ARCH_FOO
Convert all non user visible use of SOC_FOO symbols to their ARCH_FOO variants. The canaan DTs are an outlier in that they're gated at the directory and the file level. Drop the directory level gating while we are swapping the symbol names over. Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Diffstat (limited to 'arch/riscv/boot/dts/starfive/Makefile')
-rw-r--r--arch/riscv/boot/dts/starfive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/boot/dts/starfive/Makefile b/arch/riscv/boot/dts/starfive/Makefile
index 039c143cba33..7b00a48580ca 100644
--- a/arch/riscv/boot/dts/starfive/Makefile
+++ b/arch/riscv/boot/dts/starfive/Makefile
@@ -1,2 +1,2 @@
# SPDX-License-Identifier: GPL-2.0
-dtb-$(CONFIG_SOC_STARFIVE) += jh7100-beaglev-starlight.dtb jh7100-starfive-visionfive-v1.dtb
+dtb-$(CONFIG_ARCH_STARFIVE) += jh7100-beaglev-starlight.dtb jh7100-starfive-visionfive-v1.dtb