]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
fixed lufa git stuff
authorJack Humbert <jack.humb@gmail.com>
Wed, 26 Aug 2015 21:27:52 +0000 (17:27 -0400)
committerJack Humbert <jack.humb@gmail.com>
Wed, 26 Aug 2015 21:27:52 +0000 (17:27 -0400)
protocol/lufa.mk

index 088fd377e0b0a7f2ff361290c0135eea778011a8..5dbb74ffc2cdd11d1a3e0cb6505364ae5725f67e 100644 (file)
@@ -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