nes-proj/examples/mbxxx/telnet-server/Makefile

15 lines
234 B
Makefile

CONTIKI_PROJECT = telnet-server
UIP_CONF_IPV6=1
APPS = telnetd
PROJECTDIRS = $(CONTIKI)/platform/mbxxx/apps
PROJECT_SOURCEFILES = shell-sensors.c
all: $(CONTIKI_PROJECT)
CONTIKI = ../../..
include $(CONTIKI)/Makefile.include