mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 01:53:51 +01:00
When depending on one or more shell commands, the shell is pulled in as dependency anyway.
10 lines
180 B
Makefile
10 lines
180 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += stdio_semihosting
|
|
USEMODULE += shell_cmds_default
|
|
USEMODULE += ps
|
|
|
|
RIOT_TERMINAL = semihosting
|
|
|
|
include $(RIOTBASE)/Makefile.include
|