mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles/info-global.inc.mk: bug: fix DISABLE_MODULE_GLOBAL value
The value must be saved from the original value to allow restoring it. This has currently no impact as 'makefiles/defaultmodules.inc.mk' and 'DISABLE_MODULE' are ignored in this parsing.
This commit is contained in:
parent
414df99a4c
commit
2689bb0366
@ -5,7 +5,7 @@ USEMODULE_GLOBAL := $(USEMODULE)
|
||||
USEPKG_GLOBAL := $(USEPKG)
|
||||
FEATURES_REQUIRED_GLOBAL := $(FEATURES_REQUIRED)
|
||||
FEATURES_OPTIONAL_GLOBAL := $(FEATURES_OPTIONAL)
|
||||
DISABLE_MODULE_GLOBAL := $(DISABLE_MODULE_GLOBAL)
|
||||
DISABLE_MODULE_GLOBAL := $(DISABLE_MODULE)
|
||||
|
||||
define board_missing_features
|
||||
BOARD := $(1)
|
||||
|
Loading…
Reference in New Issue
Block a user