neorv32/sw/bootloader/makefile
2022-10-03 18:28:59 +02:00

4 lines
138 B
Makefile

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