osd-contiki/examples/mbxxx/telnet-server/Makefile
2013-07-11 17:56:17 +02:00

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