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

15 lines
234 B
Makefile
Raw Normal View History

2010-10-25 13:34:28 +00:00
CONTIKI_PROJECT = telnet-server
UIP_CONF_IPV6=1
APPS = telnetd
2013-07-11 15:50:15 +00:00
PROJECTDIRS = $(CONTIKI)/platform/mbxxx/apps
2010-10-25 13:34:28 +00:00
PROJECT_SOURCEFILES = shell-sensors.c
all: $(CONTIKI_PROJECT)
CONTIKI = ../../..
include $(CONTIKI)/Makefile.include