mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
281 B
Makefile
8 lines
281 B
Makefile
DEFAULT_MODULE += board board_common_init cpu core core_init core_msg core_panic sys
|
|
|
|
# Include potentially added default modules by the board
|
|
-include $(BOARDDIR)/Makefile.default
|
|
|
|
# Include potentially added default modules by the CPU
|
|
-include $(RIOTCPU)/$(CPU)/Makefile.default
|