mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 01:12:44 +01:00
7 lines
169 B
Makefile
7 lines
169 B
Makefile
include ../Makefile.sys_common
|
|
|
|
# As it is a simple compilation test, only the basic modules are needed
|
|
DISABLE_MODULE := core_msg
|
|
|
|
include $(RIOTBASE)/Makefile.include
|