X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=protocol%2Flufa.mk;h=87386be99881052ab30b04c80ed950cf5d0626db;hb=f6d56675f9f981c5464f0ca7a1fbb0162154e8c5;hp=2575e89dfa5081e1ce7440bbd1e9ede0c2254c09;hpb=4d116a04e94cf0d19317d5b44e4fa9f34a3e5594;p=qmk_firmware.git diff --git a/protocol/lufa.mk b/protocol/lufa.mk index 2575e89df..87386be99 100644 --- a/protocol/lufa.mk +++ b/protocol/lufa.mk @@ -1,11 +1,7 @@ LUFA_DIR = protocol/lufa # Path to the LUFA library -ifeq (, $(wildcard $(TMK_DIR)/$(LUFA_DIR)/LUFA-git/LUFA/Version.h)) - LUFA_PATH ?= $(LUFA_DIR)/LUFA-120730 -else - LUFA_PATH ?= $(LUFA_DIR)/LUFA-git -endif +LUFA_PATH ?= $(LUFA_DIR)/LUFA-git # Create the LUFA source path variables by including the LUFA makefile