Projet_SETI_RISC-V/neorv32/sw/bootloader/makefile

5 lines
138 B
Makefile
Raw Normal View History

2023-03-06 14:48:14 +01:00
# Modify this variable to fit your NEORV32 setup (neorv32 home folder)
NEORV32_HOME ?= ../..
include $(NEORV32_HOME)/sw/common/common.mk