mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process.
Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked. Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile.
This commit is contained in:
@@ -65,4 +65,4 @@ clean:
|
||||
.PHONY: all begin end makeboardlist testboards clean
|
||||
|
||||
# Include LUFA build script makefiles
|
||||
include $(LUFA_PATH)/Build/lufa.core.in
|
||||
include $(LUFA_PATH)/Build/lufa_core.mk
|
||||
|
||||
@@ -21,4 +21,4 @@ LUFA_PATH = ../../LUFA
|
||||
CC_FLAGS = -Werror
|
||||
|
||||
# Include LUFA build script makefiles
|
||||
include $(LUFA_PATH)/Build/lufa.build.in
|
||||
include $(LUFA_PATH)/Build/lufa_build.mk
|
||||
Reference in New Issue
Block a user