|
|
@ -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
|
|
|
|