mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-17 05:10:54 +00:00
Make cfs-coffee compiled on all platforms
This commit is contained in:
parent
3fc9c96ac2
commit
4395efeb4f
@ -3,9 +3,10 @@ shell_src = shell.c serial-shell.c shell-reboot.c \
|
||||
shell-blink.c shell-text.c shell-time.c \
|
||||
shell-file.c shell-netfile.c shell-run.c \
|
||||
shell-rime-ping.c shell-rime-sniff.c shell-rime-netcmd.c \
|
||||
shell-coffee.c
|
||||
#shell-rsh.c
|
||||
shell_dsc = shell-dsc.c
|
||||
|
||||
ifeq ($(TARGET),sky)
|
||||
shell_src += shell-sky.c shell-exec.c shell-coffee.c
|
||||
shell_src += shell-sky.c shell-exec.c
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user