Projet_SETI_RISC-V/fibonacci/makefile

5 lines
143 B
Makefile
Raw Normal View History

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