Update sw/example/demo_blink_led_asm/makefile

main
FPGALover 2024-02-24 09:34:54 +00:00
parent d796a71e16
commit 277af5ef37
1 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,13 @@
# Modify this variable to fit your NEORV32 setup (neorv32 home folder)
OSFLAG :=
ifeq ($(OS),Windows_NT)
NEORV32_HOME ?= ..\..\..
include $(NEORV32_HOME)\sw\common\common.mk
else
NEORV32_HOME ?= ../../..
include $(NEORV32_HOME)/sw/common/common.mk
endif