Restructure mbed SDK makefiles.
authorAdam Green <adamgr@foo.bar>
Sat, 30 Mar 2013 01:39:12 +0000 (18:39 -0700)
committerAdam Green <adamgr@foo.bar>
Sat, 30 Mar 2013 01:39:12 +0000 (18:39 -0700)
commit24bab2820a477a50210e8f2157bf859257d8df06
tree43ab1a2c1e3b966e1e78a03803b237fcd942a89e
parentaf5e8cc85499be64d07f3b117db43b3f05870ff2
Restructure mbed SDK makefiles.

No longer deploy common headers to drop subdirectory from the device
specific makefiles.  This caused contention during some parallel build
runs.  Now the common headers are deployed to drop from the main
makefile in the mbed/src directory.  This should not only remove the
parallel build race condition but even improve the performance of
since the common header deployment can now occur in parallel with
the device specific builds.
mbed/Makefile
mbed/src/Makefile
mbed/src/arm-common.mk