diff options
author | Victor G Estevez <sphing@sphing.net> | 2011-05-21 16:39:12 -0700 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-02 15:53:51 -0400 |
commit | 6b54865e1efa969dce72b8fc26a2d8b3206230e1 (patch) | |
tree | 0e75091df766d27cc58e28dc3c24cce7f25c7b82 /Makefile | |
parent | a649d987870dc8e95e3619e592a0be1ad2feece8 (diff) | |
download | librambutan-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |