mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 06:29:15 +00:00
fixed lufa git stuff
This commit is contained in:
parent
9b46f4021e
commit
d63c2e3995
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
LUFA_DIR = protocol/lufa
|
LUFA_DIR = protocol/lufa
|
||||||
|
|
||||||
# Path to the LUFA library
|
# Path to the LUFA library
|
||||||
#ifeq (, $(wildcard $(TOP_DIR)/$(LUFA_DIR)/LUFA-git/LUFA/Version.h))
|
ifeq (, $(wildcard $(TOP_DIR)/$(LUFA_DIR)/LUFA-git/LUFA/Version.h))
|
||||||
# LUFA_PATH ?= $(LUFA_DIR)/LUFA-120730
|
LUFA_PATH ?= $(LUFA_DIR)/LUFA-120730
|
||||||
#else
|
else
|
||||||
LUFA_PATH ?= $(LUFA_DIR)/LUFA-git
|
LUFA_PATH ?= $(LUFA_DIR)/LUFA-git
|
||||||
#endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
# Create the LUFA source path variables by including the LUFA makefile
|
# Create the LUFA source path variables by including the LUFA makefile
|
||||||
|
|
Loading…
Reference in a new issue