mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
10 lines
194 B
Makefile
10 lines
194 B
Makefile
all: testv6
|
|
APPS=webserver
|
|
CONTIKI = ../..
|
|
TARGET=minimal-net
|
|
CFLAGS=-DUIP_CONF_IPV6
|
|
|
|
include $(CONTIKI)/Makefile.include
|
|
|
|
testv6.$(TARGET): $(OBJECTDIR)/tapdev6.o #$(OBJECTDIR)/uip-keepalive.o
|