The New Build Model - structure
Build script used by everybody
Single central makefile that drives complete build
Object directory structure that mirrors source dir
Kernel object files linked into library
Application object files linked against kernel library to create final image.