Move target app only includes under apps/common

This commit is contained in:
Toby Jaffey 2025-12-12 15:49:03 +00:00
parent 5bd6a32013
commit ef948e9797
7 changed files with 5 additions and 1 deletions

View file

@ -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