- It doesn't make sense to me add the shell sources here _AND_ link to the shell app.

- The shell app needs to be there so the '-' prefix is wrong here.
ico
oliverschmidt 2008-03-28 22:40:55 +00:00
parent e72ca9e5d4
commit e6cc0105b0
1 changed files with 4 additions and 5 deletions

View File

@ -1,6 +1,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_src = telnetd.c memb.c list.c random.c
telnetd_dsc = telnetd-dsc.c
APPS+=shell
-include $(CONTIKI)/apps/shell/Makefile.shell
APPS += shell
include $(CONTIKI)/apps/shell/Makefile.shell