aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--build-targets.mk (renamed from support/make/build-targets.mk)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d779573..bc34f9e 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ LIBMAPLE_MODULES += $(SRCROOT)/wirish
$(foreach m,$(LIBMAPLE_MODULES),$(eval $(call LIBMAPLE_MODULE_template,$(m))))
# Main target
-include $(SUPPORT_PATH)/make/build-targets.mk
+include build-targets.mk
.PHONY: install sketch clean help debug cscope tags ctags ram flash jtag
diff --git a/support/make/build-targets.mk b/build-targets.mk
index 448b1ee..448b1ee 100644
--- a/support/make/build-targets.mk
+++ b/build-targets.mk