Bladeren bron

riscv: add defconfigs

Follow the lead of the other arches and just set the TARGET variable.
Otherwise you get an error when running defconfig with ARCH=riscv{32,64}

Signed-off-by: Charles Mirabile <cmirabil@redhat.com>
Charles Mirabile 1 maand geleden
bovenliggende
commit
3915f45c11
2 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 1 0
      extra/Configs/defconfigs/riscv32/defconfig
  2. 1 0
      extra/Configs/defconfigs/riscv64/defconfig

+ 1 - 0
extra/Configs/defconfigs/riscv32/defconfig

@@ -0,0 +1 @@
+TARGET_riscv32=y

+ 1 - 0
extra/Configs/defconfigs/riscv64/defconfig

@@ -0,0 +1 @@
+TARGET_riscv64=y