c792f5cf4b
Implementation of OMA LWM2M Engine / IPSO Objects
46 lines
894 B
Makefile
46 lines
894 B
Makefile
EXAMPLESDIR=../../examples
|
|
TOOLSDIR=../../tools
|
|
|
|
EXAMPLES = \
|
|
hello-world/avr-raven \
|
|
hello-world/exp5438 \
|
|
hello-world/eval-adf7xxxmb4z \
|
|
hello-world/micaz \
|
|
hello-world/minimal-net \
|
|
hello-world/native \
|
|
hello-world/sky \
|
|
hello-world/wismote \
|
|
hello-world/z1 \
|
|
eeprom-test/native \
|
|
collect/sky \
|
|
er-rest-example/wismote \
|
|
ipso-objects/wismote \
|
|
example-shell/native \
|
|
netperf/sky \
|
|
powertrace/sky \
|
|
rime/sky \
|
|
rime/z1 \
|
|
ravenusbstick/avr-ravenusb \
|
|
servreg-hack/sky \
|
|
sky/sky \
|
|
sky-ip/sky \
|
|
sky-shell/sky \
|
|
sky-shell-exec/sky \
|
|
sky-shell-webserver/sky \
|
|
tcp-socket/minimal-net \
|
|
telnet-server/minimal-net \
|
|
webserver/minimal-net \
|
|
webserver-ipv6/eval-adf7xxxmb4z \
|
|
wget/minimal-net \
|
|
zolertia/z1/z1 \
|
|
settings-example/avr-raven \
|
|
ipv6/multicast/sky \
|
|
ipv6/rpl-tsch/z1 \
|
|
ipv6/rpl-tsch/z1:MAKE_WITH_ORCHESTRA=1 \
|
|
ipv6/rpl-tsch/z1:MAKE_WITH_SECURITY=1
|
|
|
|
|
|
TOOLS=
|
|
|
|
include ../Makefile.compile-test
|