aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVictor G Estevez <sphing@sphing.net>2011-05-21 16:39:12 -0700
committerMarti Bolivar <mbolivar@leaflabs.com>2011-06-02 15:53:51 -0400
commit6b54865e1efa969dce72b8fc26a2d8b3206230e1 (patch)
tree0e75091df766d27cc58e28dc3c24cce7f25c7b82 /Makefile
parenta649d987870dc8e95e3619e592a0be1ad2feece8 (diff)
downloadlibrambutan-6b54865e1efa969dce72b8fc26a2d8b3206230e1.tar.gz
librambutan-6b54865e1efa969dce72b8fc26a2d8b3206230e1.zip
Adding $(SRCROOT)/ in front of build-targets.mk to allow building in any directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e2b59b4..ae964dc 100644
--- a/Makefile
+++ b/Makefile
@@ -98,7 +98,7 @@ LIBMAPLE_MODULES += $(SRCROOT)/libraries/Wire
$(foreach m,$(LIBMAPLE_MODULES),$(eval $(call LIBMAPLE_MODULE_template,$(m))))
# Main target
-include build-targets.mk
+include $(SRCROOT)/build-targets.mk
.PHONY: install sketch clean help debug cscope tags ctags ram flash jtag