mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
makefiles/stdio: handle case for bootloader_nrfutil blacklist
This commit is contained in:
parent
96cf9ac754
commit
a12aeca9df
@ -44,7 +44,8 @@ ifneq (,$(filter stdio_uart,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (,$(filter stdio_cdc_acm,$(USEMODULE)))
|
ifeq (,$(filter stdio_cdc_acm,$(USEMODULE)))
|
||||||
# The arduino bootloader feature cannot be used if the stdio_cdc_acm module
|
# The arduino and nrfutil bootloader features cannot be used if the
|
||||||
# is not used
|
# stdio_cdc_acm module is not used
|
||||||
FEATURES_BLACKLIST += bootloader_arduino
|
FEATURES_BLACKLIST += bootloader_arduino
|
||||||
|
FEATURES_BLACKLIST += bootloader_nrfutil
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user