소스 검색

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