mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Move target app only includes under apps/common
This commit is contained in:
parent
5bd6a32013
commit
ef948e9797
7 changed files with 5 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PREFIX:=riscv64-elf-
|
||||
OPT ?= -Os
|
||||
CFLAGS+=-I${TOPDIR}/common
|
||||
CFLAGS+=-I${TOPDIR}/common -I${TOPDIR}/apps/common
|
||||
CFLAGS+=${OPT} -fno-stack-protector -fno-builtin-memcpy -fno-builtin
|
||||
CFLAGS+=-static-libgcc -fdata-sections -ffunction-sections
|
||||
CFLAGS+=-g -march=rv32im -mabi=ilp32 -static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue