4 lines
143 B
Makefile
4 lines
143 B
Makefile
# Modify this variable to fit your NEORV32 setup (neorv32 home folder)
|
|
NEORV32_HOME ?= ../neorv32
|
|
|
|
include $(NEORV32_HOME)/sw/common/common.mk
|