29 lines
616 B
Makefile
29 lines
616 B
Makefile
EXAMPLESDIR=../../examples
|
|
TOOLSDIR=../../tools
|
|
|
|
EXAMPLES = \
|
|
hello-world/native \
|
|
hello-world/native:MAKE_NET=MAKE_NET_NULLNET \
|
|
hello-world/native:MAKE_ROUTING=MAKE_ROUTING_RPL_CLASSIC \
|
|
hello-world/sky \
|
|
storage/eeprom-test/native \
|
|
multicast/sky \
|
|
libs/logging/native \
|
|
libs/energest/native \
|
|
libs/energest/sky \
|
|
libs/data-structures/native \
|
|
libs/data-structures/sky \
|
|
libs/stack-check/sky \
|
|
ipso-objects/native \
|
|
ipso-objects/native:MAKE_WITH_DTLS=1 \
|
|
rpl-udp/sky \
|
|
rpl-border-router/native \
|
|
rpl-border-router/sky \
|
|
slip-radio/sky \
|
|
ipv6-hooks/sky \
|
|
nullnet/native \
|
|
|
|
TOOLS=
|
|
|
|
include ../Makefile.compile-test
|