Fix parallel build
authorThiago Macieira <thiago.macieira@intel.com>
Fri, 5 Sep 2014 00:27:00 +0000 (17:27 -0700)
committerErich Keane <erich.keane@intel.com>
Thu, 11 Sep 2014 17:55:32 +0000 (10:55 -0700)
commitc127f17e0e0aaa3229e4da4114da1075852dc813
treecc65b69891374c2671d351d3e53401501a904ba0
parentcb91529bd1809f25e666c7a2ad0afb16e60f1066
Fix parallel build

All the .o files must be compiled before we can create the .a library
from them. When compiling with a -j option (as low as -j4), often one or
two .o files would be missing from the resulting .a because they hadn't
finished compiling yet.

Change-Id: Ie7bc0ad489b8b0afecab3ec318f2784ee706ae12
Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
csdk/makefile