X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=protocol%2Flufa.mk;h=ac70ac03916639b906f562c6cc9a5d8f3d263a26;hb=10a6b2c7d8bc9c5d2657acdeefa1102be5035280;hp=48ce9ae8790d093d0d1d12d82562fb5c33e03469;hpb=fc3a20c534c370944b7471adc60b8982d586d69c;p=qmk_firmware.git diff --git a/protocol/lufa.mk b/protocol/lufa.mk index 48ce9ae87..ac70ac039 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