mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 19:29:18 +00:00
replaced DEFAULT_TARGET with Makefile.target for specifying default target
This commit is contained in:
parent
1cc33ac451
commit
f0a3477dd2
@ -1,7 +1,5 @@
|
||||
all: empty
|
||||
|
||||
DEFAULT_TARGET=minimal-net
|
||||
|
||||
UIP_CONF_IPV6=1
|
||||
|
||||
CONTIKI = ../..
|
||||
|
1
examples/new-ipv6/Makefile.target
Normal file
1
examples/new-ipv6/Makefile.target
Normal file
@ -0,0 +1 @@
|
||||
TARGET = minimal-net
|
@ -1,6 +1,5 @@
|
||||
all: example-ping6
|
||||
APPS=ping6
|
||||
DEFAULT_TARGET=minimal-net
|
||||
|
||||
UIP_CONF_IPV6=1
|
||||
|
||||
|
1
examples/ping-ipv6/Makefile.target
Normal file
1
examples/ping-ipv6/Makefile.target
Normal file
@ -0,0 +1 @@
|
||||
TARGET = minimal-net
|
@ -1,8 +1,6 @@
|
||||
all: udp-server udp-client
|
||||
DEFAULT_TARGET=minimal-net
|
||||
|
||||
UIP_CONF_IPV6=1
|
||||
DEFINES=WITH_UIP6
|
||||
|
||||
CONTIKI = ../..
|
||||
include $(CONTIKI)/Makefile.include
|
||||
|
1
examples/udp-ipv6/Makefile.target
Normal file
1
examples/udp-ipv6/Makefile.target
Normal file
@ -0,0 +1 @@
|
||||
TARGET = minimal-net
|
@ -1,5 +1,4 @@
|
||||
all: example-udp-receiver
|
||||
DEFAULT_TARGET=minimal-net
|
||||
|
||||
UIP_CONF_IPV6=1
|
||||
|
||||
|
1
examples/udp-receiver-ipv6/Makefile.target
Normal file
1
examples/udp-receiver-ipv6/Makefile.target
Normal file
@ -0,0 +1 @@
|
||||
TARGET = minimal-net
|
@ -1,5 +1,4 @@
|
||||
all: example-udp-sender
|
||||
DEFAULT_TARGET=minimal-net
|
||||
|
||||
UIP_CONF_IPV6=1
|
||||
|
||||
|
1
examples/udp-sender-ipv6/Makefile.target
Normal file
1
examples/udp-sender-ipv6/Makefile.target
Normal file
@ -0,0 +1 @@
|
||||
TARGET = minimal-net
|
@ -1,6 +1,5 @@
|
||||
all: webserver6
|
||||
APPS=webserver
|
||||
DEFAULT_TARGET=minimal-net
|
||||
|
||||
UIP_CONF_IPV6=1
|
||||
|
||||
|
1
examples/webserver-ipv6/Makefile.target
Normal file
1
examples/webserver-ipv6/Makefile.target
Normal file
@ -0,0 +1 @@
|
||||
TARGET = minimal-net
|
Loading…
Reference in New Issue
Block a user