From e6cc0105b06acf10823355de4834deff27fc64a3 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Fri, 28 Mar 2008 22:40:55 +0000 Subject: [PATCH] - 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. --- apps/telnetd/Makefile.telnetd | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/telnetd/Makefile.telnetd b/apps/telnetd/Makefile.telnetd index 4c15282be..b3e3742f7 100644 --- a/apps/telnetd/Makefile.telnetd +++ b/apps/telnetd/Makefile.telnetd @@ -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