Make cfs-coffee compiled on all platforms

This commit is contained in:
adamdunkels 2008-07-03 23:43:21 +00:00
parent 3fc9c96ac2
commit 4395efeb4f
1 changed files with 2 additions and 1 deletions

View File

@ -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