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:
parent
d4980e58d4
commit
b7e3c86e4e
97 changed files with 751 additions and 719 deletions
|
@ -63,4 +63,4 @@ clean:
|
|||
.PHONY: all arch_avr8 arch_xmega arch_uc3 begin end
|
||||
|
||||
# Include LUFA build script makefiles
|
||||
include $(LUFA_PATH)/Build/lufa.core.in
|
||||
include $(LUFA_PATH)/Build/lufa_core.mk
|
||||
|
|
|
@ -61,5 +61,5 @@ C_FLAGS += -Wnested-externs
|
|||
#CC_FLAGS += -pedantic
|
||||
|
||||
# Include LUFA build script makefiles
|
||||
include $(LUFA_PATH)/Build/lufa.sources.in
|
||||
include $(LUFA_PATH)/Build/lufa.build.in
|
||||
include $(LUFA_PATH)/Build/lufa_sources.mk
|
||||
include $(LUFA_PATH)/Build/lufa_build.mk
|
Loading…
Add table
Add a link
Reference in a new issue