Compile shell-sky.c only for the sky target, added shell-rime-netcmd.c

This commit is contained in:
adamdunkels 2008-02-05 12:22:49 +00:00
parent 136ad1e48c
commit 3fbff69658

View file

@ -2,6 +2,10 @@ 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-sky.c #shell-rsh.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