[sw makefiles] minor edits

user only needs to define NEORV32_HOME variable
This commit is contained in:
stnolting 2021-11-16 21:10:43 +01:00
parent 7cd222529c
commit 7f8e1bd570
18 changed files with 36 additions and 20 deletions

View file

@ -34,6 +34,7 @@
# The NEORV32 Processor - https://github.com/stnolting/neorv32 (c) Stephan Nolting #
#################################################################################################
# Modify this variable to fit your NEORV32 setup (neorv32 home folder)
NEORV32_HOME ?= ../../..
include ../../common/common.mk
include $(NEORV32_HOME)/sw/common/common.mk