Rename the variable to make it clearer that it refers to the last Makefile included. Usually this is the current file, but when another Makefile is included this changes.
4 lines
179 B
Makefile
4 lines
179 B
Makefile
# Use an immediate variable to evaluate `LAST_MAKEFILEDIR` now
|
|
USEMODULE_INCLUDES_module_exclude := $(LAST_MAKEFILEDIR)
|
|
USEMODULE_INCLUDES += $(USEMODULE_INCLUDES_module_exclude)
|