Преглед на файлове

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 преди 4 месеца
родител
ревизия
3915f45c11
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  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