From: Jack Humbert Date: Wed, 26 Aug 2015 21:27:52 +0000 (-0400) Subject: fixed lufa git stuff X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d63c2e3995ae464c4266a7bd348ffb2f43cf7377;p=qmk_firmware.git fixed lufa git stuff --- diff --git a/protocol/lufa.mk b/protocol/lufa.mk index 088fd377e..5dbb74ffc 100644 --- a/protocol/lufa.mk +++ b/protocol/lufa.mk @@ -1,11 +1,11 @@ LUFA_DIR = protocol/lufa # Path to the LUFA library -#ifeq (, $(wildcard $(TOP_DIR)/$(LUFA_DIR)/LUFA-git/LUFA/Version.h)) -# LUFA_PATH ?= $(LUFA_DIR)/LUFA-120730 -#else +ifeq (, $(wildcard $(TOP_DIR)/$(LUFA_DIR)/LUFA-git/LUFA/Version.h)) + LUFA_PATH ?= $(LUFA_DIR)/LUFA-120730 +else LUFA_PATH ?= $(LUFA_DIR)/LUFA-git -#endif +endif # Create the LUFA source path variables by including the LUFA makefile