the following patch was just integrated into master: commit f06111aaf4fdb9974e79e130b7ac95cdffcaaa7c Author: Gabe Black gabeblack@google.com Date: Tue Mar 12 15:50:08 2013 -0700
libpayload: Fix the config file dependency in the Makefile template
The template had a dependency on config.h which was correct for coreboot, where this build system originally came from, but not for libpayload which uses the differently named libpayload-config.h, presumably to avoid colliding with a config.h used by the actual payload. Because libpayload-config.h is now effectively a dependency of everything, it doesn't have to be added piecemeal in Makefile.inc.
Change-Id: I01f20d363cb1393fa1cdcf0dc916670db90294e9 Signed-off-by: Gabe Black gabeblack@google.com Reviewed-on: http://review.coreboot.org/2763 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Sat Mar 16 02:16:27 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Mon Mar 18 20:46:09 2013, giving +2 See http://review.coreboot.org/2763 for details.
-gerrit