mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
5400ab7284
EXIT_SUCCESS/EXIT_FAILURE macros are not provided by the toolchain, which ends-up in a failing build
12 lines
337 B
Makefile
12 lines
337 B
Makefile
USEMODULE += random
|
|
|
|
USEMODULE += semtech_loramac_contrib
|
|
USEMODULE += semtech_loramac_mac
|
|
USEMODULE += semtech_loramac_mac_region
|
|
USEMODULE += semtech_loramac_crypto
|
|
USEMODULE += semtech_loramac_arch
|
|
|
|
# The build fails on MSP430 because the toolchain doesn't provide
|
|
# EXIT_SUCCESS/EXIT_FAILURE macros
|
|
FEATURES_BLACKLIST += arch_msp430
|