mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 23:12:45 +01:00
14 lines
285 B
Makefile
14 lines
285 B
Makefile
|
include ../Makefile.sys_common
|
||
|
|
||
|
USEMODULE += shell
|
||
|
USEMODULE += vfs_default
|
||
|
USEMODULE += vfs_util
|
||
|
USEMODULE += ztimer_msec
|
||
|
|
||
|
DISABLE_MODULE += test_utils_interactive_sync
|
||
|
|
||
|
# only boards with MTD are eligible
|
||
|
TEST_ON_CI_WHITELIST += native native64
|
||
|
|
||
|
include $(RIOTBASE)/Makefile.include
|