mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
[sw] coremark as example for source folder usage
This commit is contained in:
parent
6fe5d36fd3
commit
e5e9a451fe
11 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ USER_FLAGS += -Wl,--defsym,__neorv32_ram_size=8k
|
|||
#USER_FLAGS += -Wl,--defsym,__neorv32_heap_size=1k
|
||||
|
||||
# Additional sources
|
||||
#APP_SRC += $(wildcard ./*.c)
|
||||
#APP_INC += -I .
|
||||
APP_SRC += $(wildcard source/*.c)
|
||||
APP_INC += -I include
|
||||
|
||||
# Set path to NEORV32 root directory
|
||||
NEORV32_HOME ?= ../../..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue