Adding 'APPS+=program-handler' in apps/Makefile.telnetd might be considered more consistent but I opted for this more obvious approach. BTW yet another example that from my perspective simply can't have worked...
This commit is contained in:
parent
9dff20305f
commit
7168278a89
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
all: telnet-server
|
||||
APPS=telnetd
|
||||
APPS=telnetd program-handler
|
||||
|
||||
CONTIKI = ../..
|
||||
include $(CONTIKI)/Makefile.include
|
||||
|
|
Loading…
Reference in a new issue