mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 21:01:31 +00:00
Disable inbuilt make rules in the LUFA build system for speedups when compiling many projects recursively.
This commit is contained in:
parent
5af18ba288
commit
00aaf1cb41
@ -103,3 +103,7 @@ list_optional:
|
|||||||
|
|
||||||
# Phony build targets for this module
|
# Phony build targets for this module
|
||||||
.PHONY: help list_modules list_targets list_mandatory list_optional
|
.PHONY: help list_modules list_targets list_mandatory list_optional
|
||||||
|
|
||||||
|
# Disable default in-built make rules (those that are needed are explicitly
|
||||||
|
# defined, and doing so has performance benefits when recursively building)
|
||||||
|
.SUFFIXES:
|
||||||
|
Loading…
Reference in New Issue
Block a user