summaryrefslogtreecommitdiff
path: root/lufa.mk
diff options
context:
space:
mode:
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)))