Specify that the telnet server uses the shell application
This commit is contained in:
parent
9c51d8ef1b
commit
10692296a1
1 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,5 @@ telnetd_src = telnetd.c memb.c \
|
||||||
shell.c shell-file.c shell-ps.c shell-run.c \
|
shell.c shell-file.c shell-ps.c shell-run.c \
|
||||||
shell-text.c shell-time.c list.c random.c
|
shell-text.c shell-time.c list.c random.c
|
||||||
telnetd_dsc = telnetd-dsc.c
|
telnetd_dsc = telnetd-dsc.c
|
||||||
APPDIRS += $(CONTIKI)/apps/shell
|
APPS+=shell
|
||||||
|
-include $(CONTIKI)/apps/shell/Makefile.shell
|
||||||
|
|
Loading…
Reference in a new issue