mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-18 23:04:22 +00:00
Fix include path of the LUFA SOURCES build module from the master build module when used in a legacy LUFA project makefile.
This commit is contained in:
parent
ff00644cb8
commit
e225de8a83
@ -30,7 +30,7 @@ version:
|
||||
ifneq ($(LUFA_PATH),)
|
||||
LUFA_ROOT_PATH = $(patsubst %/,%,$(LUFA_PATH))/LUFA/
|
||||
|
||||
include $(patsubst %/,%,$(LUFA_PATH))/LUFA/Build/lufa.sources.in
|
||||
include $(patsubst %/,%,$(LUFA_PATH))/LUFA/Build/lufa_sources.mk
|
||||
else
|
||||
LUFA_BUILD_MODULES += MASTER
|
||||
LUFA_BUILD_TARGETS += export_tar version
|
||||
|
Loading…
Reference in New Issue
Block a user