1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-01-12 10:30:09 +00:00
contiki/apps/shell/Makefile.shell

12 lines
409 B
Makefile

shell_src = shell.c serial-shell.c shell-reboot.c \
shell-vars.c shell-ps.c shell-rime.c shell-sendtest.c \
shell-blink.c shell-text.c shell-time.c \
shell-file.c shell-netfile.c shell-exec.c \
shell-rime-ping.c shell-rime-sniff.c shell-rime-netcmd.c \
#shell-rsh.c
shell_dsc = shell-dsc.c
ifeq ($(TARGET),sky)
shell_src += shell-sky.c
endif