瀏覽代碼

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