mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
334 B
Makefile
13 lines
334 B
Makefile
include ../Makefile.sys_common
|
|
|
|
USEMODULE += shell
|
|
USEMODULE += shell_cmd_coreclk
|
|
|
|
# Use a terminal that does not introduce extra characters into the stream.
|
|
RIOT_TERMINAL ?= socat
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|
|
# the test script skips tests if socat is not used
|
|
$(call target-export-variables,$(RIOT_TERMINAL),RIOT_TERMINAL)
|