osd-contiki/apps/telnetd/Makefile.telnetd
oliverschmidt e6cc0105b0 - 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.
2008-03-28 22:40:55 +00:00

6 lines
135 B
Makefile

telnetd_src = telnetd.c memb.c list.c random.c
telnetd_dsc = telnetd-dsc.c
APPS += shell
include $(CONTIKI)/apps/shell/Makefile.shell