It makes sense to test cc2538dk with the toolchain recommended in the README (GNU Tools for ARM Embedded Processors) rather than the one which was being used two years ago (Sourcery G++ Lite)
14 lines
260 B
Makefile
14 lines
260 B
Makefile
EXAMPLESDIR=../../examples
|
|
TOOLSDIR=../../tools
|
|
|
|
EXAMPLES = \
|
|
hello-world/econotag \
|
|
hello-world/mbxxx \
|
|
ipv6/rpl-border-router/econotag \
|
|
er-rest-example/econotag \
|
|
webserver-ipv6/econotag \
|
|
ipv6/multicast/econotag \
|
|
|
|
TOOLS=
|
|
|
|
include ../Makefile.compile-test
|