Specify that the telnet server uses the shell application

This commit is contained in:
adamdunkels 2008-02-24 20:38:57 +00:00
parent 9c51d8ef1b
commit 10692296a1
1 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@ telnetd_src = telnetd.c memb.c \
shell.c shell-file.c shell-ps.c shell-run.c \
shell-text.c shell-time.c list.c random.c
telnetd_dsc = telnetd-dsc.c
APPDIRS += $(CONTIKI)/apps/shell
APPS+=shell
-include $(CONTIKI)/apps/shell/Makefile.shell