diff options
author | Conor Dooley <conor.dooley@microchip.com> | 2022-11-20 21:34:44 +0000 |
---|---|---|
committer | Conor Dooley <conor.dooley@microchip.com> | 2022-12-27 18:01:40 +0000 |
commit | 19ba9cf70706629709a3304aa977d1dddcfadf43 (patch) | |
tree | 74073eb148744000df5cc3dd05ca1ec2c7f4c4c8 /arch/riscv/boot/dts/Makefile | |
parent | fc43211939bb68741d609cd6e7034f01d5d1734b (diff) |
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/Makefile')
-rw-r--r-- | arch/riscv/boot/dts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/boot/dts/Makefile b/arch/riscv/boot/dts/Makefile index b0ff5fbabb0c..0c97d673b775 100644 --- a/arch/riscv/boot/dts/Makefile +++ b/arch/riscv/boot/dts/Makefile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 subdir-y += sifive subdir-y += starfive -subdir-$(CONFIG_SOC_CANAAN_K210_DTB_BUILTIN) += canaan +subdir-y += canaan subdir-y += microchip subdir-y += renesas |