mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-10-30 21:02:32 +01: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
|
||||
# defined, and doing so has performance benefits when recursively building)
|
||||
ifeq ($(filter -r,$(MAKEFLAGS)),)
|
||||
MAKEFLAGS += -r
|
||||
endif
|
||||
.SUFFIXES:
|
||||
|
||||
# Phony build targets for this module
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user