Experimenting with RISC-V
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
185 B

  1. TARGET := helloriscv.elf
  2. LOCAL_SRC_C := helloriscv.c
  3. LOCAL_SRC_S :=
  4. LOCAL_OPT_C := -Os -fno-builtin-printf -Wall -Wextra -pedantic
  5. include ../conf/toolchain.mk
  6. include ../conf/sdk.mk