- 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.
This commit is contained in:
parent
e72ca9e5d4
commit
e6cc0105b0
|
@ -1,6 +1,5 @@
|
||||||
telnetd_src = telnetd.c memb.c \
|
telnetd_src = telnetd.c memb.c list.c random.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
|
telnetd_dsc = telnetd-dsc.c
|
||||||
APPS+=shell
|
|
||||||
-include $(CONTIKI)/apps/shell/Makefile.shell
|
APPS += shell
|
||||||
|
include $(CONTIKI)/apps/shell/Makefile.shell
|
||||||
|
|
Loading…
Reference in a new issue