Added a separate file for CFS Coffee-specific commands

This commit is contained in:
adamdunkels 2008-07-03 17:56:17 +00:00
parent 7ed816840e
commit 38e39bbc1c
5 changed files with 153 additions and 35 deletions

View file

@ -7,5 +7,5 @@ shell_src = shell.c serial-shell.c shell-reboot.c \
shell_dsc = shell-dsc.c
ifeq ($(TARGET),sky)
shell_src += shell-sky.c shell-exec.c
shell_src += shell-sky.c shell-exec.c shell-coffee.c
endif