summaryrefslogtreecommitdiff
path: root/lufa.mk
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-02-24 16:29:39 +0100
committerChristian Pointner <equinox@spreadspace.org>2015-02-24 16:29:39 +0100
commitc6f3627eb20df13a023fb82cb33afe482f8f34be (patch)
tree0aafa42906a969fd7b9aa5dc63a8952a6aafcd4e /lufa.mk
parentrefactored newly imported r3cam-steppermotoer (diff)
introduced path variable for avr utilities path
Diffstat (limited to 'lufa.mk')
-rw-r--r--lufa.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lufa.mk b/lufa.mk
index b247b87..e2f45e1 100644
--- a/lufa.mk
+++ b/lufa.mk
@@ -20,7 +20,7 @@
## along with spreadspace avr utils. If not, see <http://www.gnu.org/licenses/>.
##
-include ../defines.mk
+include $(SPREADAVR_PATH)/defines.mk
include $(LUFA_PATH)/LUFA/makefile
SRC:=$(foreach COMP,$(LUFA_COMPONENTS),$(LUFA_SRC_$(COMP)))