Check if LUFA-git really exists(Fix #118)
This commit is contained in:
parent
22854eb71b
commit
37cf260764
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue