neorv32/sw/example/demo_gptmr/makefile

13 lines
262 B
Makefile
Raw Permalink Normal View History

2024-02-24 08:25:27 +00:00
# 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
2024-02-24 08:25:27 +00:00
NEORV32_HOME ?= ../../..
include $(NEORV32_HOME)/sw/common/common.mk
endif