1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/arm7_common/Makefile.dep
2020-09-15 22:11:21 +02:00

13 lines
322 B
Makefile

# use common ARM7 periph code
USEMODULE += arm7_common_periph
ifneq (,$(filter picolibc,$(FEATURES_USED)))
# Use Picolibc when explicitly selected
USEMODULE += picolibc
else
# all cortex MCU's use newlib as libc
USEMODULE += newlib
# use the nano-specs of Newlib when available
USEMODULE += newlib_nano
endif