osd-contiki/tools/stm32w/uip6_bridge/Makefile
2010-10-25 10:42:40 +00:00

22 lines
322 B
Makefile

ifdef CONTIKI_HOME
CONTIKI = $(CONTIKI_HOME)
else
ifndef CONTIKI
CONTIKI=../../..
endif
endif
DEFINES=PROJECT_CONF_H=\"bridge-conf.h\"
UIP_CONF_IPV6=1
ifndef TARGET
TARGET=mb851
endif
PROJECTDIRS = dev
PROJECT_SOURCEFILES = fakeuip.c sicslow_ethernet.c slip.c
all: uip6-bridge-tap
include $(CONTIKI)/Makefile.include