1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-01-12 10:30:09 +00:00

22 lines
328 B
Makefile

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