1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

libc: add to default modules

This commit is contained in:
Benjamin Valentin 2022-09-21 16:27:02 +02:00
parent cdaf715a84
commit 8870158609

View File

@ -6,7 +6,7 @@
DEFAULT_MODULE += board board_common_init \ DEFAULT_MODULE += board board_common_init \
cpu \ cpu \
core core_init core_lib core_msg core_panic core_thread \ core core_init core_lib core_msg core_panic core_thread \
sys sys libc
# Include potentially added default modules by the board # Include potentially added default modules by the board
-include $(BOARDDIR)/Makefile.default -include $(BOARDDIR)/Makefile.default