diff options
author | tmk <nobody@nowhere> | 2014-04-28 08:55:07 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-04-28 08:55:07 +0900 |
commit | 37cf2607648a40bbac0b37f7e0838f240e66450a (patch) | |
tree | ab6aec5dfd7b9b1da06c9e1eb81acb7571d5af64 /protocol/lufa.mk | |
parent | 22854eb71b84a10ebad0f85841f2b99d38e1da8c (diff) |
Check if LUFA-git really exists(Fix #118)
Diffstat (limited to 'protocol/lufa.mk')
-rw-r--r-- | protocol/lufa.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/lufa.mk b/protocol/lufa.mk index 48ce9ae879..ac70ac0391 100644 --- a/protocol/lufa.mk +++ b/protocol/lufa.mk @@ -1,7 +1,7 @@ LUFA_DIR = protocol/lufa # Path to the LUFA library -ifeq (, $(wildcard $(TOP_DIR)/$(LUFA_DIR)/LUFA-git)) +ifeq (, $(wildcard $(TOP_DIR)/$(LUFA_DIR)/LUFA-git/LUFA/Version.h)) LUFA_PATH ?= $(LUFA_DIR)/LUFA-120730 else LUFA_PATH ?= $(LUFA_DIR)/LUFA-git |