mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 22:27:21 -04:00
[sw makefiles] minor edits
user only needs to define NEORV32_HOME variable
This commit is contained in:
parent
7cd222529c
commit
7f8e1bd570
18 changed files with 36 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue