mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
4 lines
141 B
Makefile
4 lines
141 B
Makefile
# Modify this variable to fit your NEORV32 setup (neorv32 home folder)
|
|
NEORV32_HOME ?= ../../..
|
|
|
|
include $(NEORV32_HOME)/sw/common/common.mk
|