Update sw/example/demo_blink_led_asm/makefile
parent
d796a71e16
commit
277af5ef37
|
@ -1,4 +1,13 @@
|
||||||
# Modify this variable to fit your NEORV32 setup (neorv32 home folder)
|
# 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 ?= ../../..
|
NEORV32_HOME ?= ../../..
|
||||||
|
|
||||||
include $(NEORV32_HOME)/sw/common/common.mk
|
include $(NEORV32_HOME)/sw/common/common.mk
|
||||||
|
endif
|
Loading…
Reference in New Issue