1
0
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:
Gaëtan Harter 2019-08-14 17:35:08 +02:00
parent 414df99a4c
commit 2689bb0366
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

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