mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
Force-disable the inbuilt makefile rules as well as suffixes in the core build system makefile.
This commit is contained in:
parent
24ff863f02
commit
4175fe03ee
@ -166,6 +166,9 @@ list_macros:
|
|||||||
|
|
||||||
# Disable default in-built make rules (those that are needed are explicitly
|
# Disable default in-built make rules (those that are needed are explicitly
|
||||||
# defined, and doing so has performance benefits when recursively building)
|
# defined, and doing so has performance benefits when recursively building)
|
||||||
|
ifeq ($(filter -r,$(MAKEFLAGS)),)
|
||||||
|
MAKEFLAGS += -r
|
||||||
|
endif
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
||||||
# Phony build targets for this module
|
# Phony build targets for this module
|
||||||
|
Loading…
Reference in New Issue
Block a user