diff options
author | Zachary T Welch <zw@superlucidity.net> | 2009-11-10 04:27:02 -0800 |
---|---|---|
committer | Zachary T Welch <zw@superlucidity.net> | 2009-11-11 05:40:48 -0800 |
commit | b7b4efcdf1dcaa999a246f03ee52b16b57c8b1d5 (patch) | |
tree | 4ab6233efc58e0e7f40b4a55fde777b1353db331 /src/helper/system.h | |
parent | d796ce0e4d17e8a140ad0efa8c63c828ca185455 (diff) | |
download | openocd+libswd-b7b4efcdf1dcaa999a246f03ee52b16b57c8b1d5.tar.gz openocd+libswd-b7b4efcdf1dcaa999a246f03ee52b16b57c8b1d5.tar.bz2 openocd+libswd-b7b4efcdf1dcaa999a246f03ee52b16b57c8b1d5.tar.xz openocd+libswd-b7b4efcdf1dcaa999a246f03ee52b16b57c8b1d5.zip |
makefiles: improve build order
Separates various groups of files to be built in logical succession.
In each layer, the core module (target.c, nand.c, etc.) is built _after_
their helper modules (e.g. image.c, nand_ecc.c) but _before_ any of
their drivers (e.g. arm966e.c, mx3_nand.c).
This allows problems introduced at the bottom of the stack to result
in build failures as soon as possible, as the helpers and core should
wrap portions of them.
Diffstat (limited to 'src/helper/system.h')
0 files changed, 0 insertions, 0 deletions