[PATCH] libpayload: rename config.h to libpayload-config.h

Rename the generated config file to libpayload-config.h to differenciate
it from other config.h files.  Move the default location of the file to
$(src)/include so that LIBPAYLOAD_PREFIX= users can access the file
without staging it.

Signed-off-by: Jordan Crouse <jordan@cosmicpenguin.net>
Acked-by: Stefan Reinauer <stepan@coresystems.de>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3768 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Jordan Crouse
2008-11-24 17:54:46 +00:00
committed by Jordan Crouse
parent cc9db9dfa0
commit db8c0abefc
17 changed files with 18 additions and 17 deletions

View File

@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
#include <config.h>
#include <libpayload-config.h>
#include <libpayload.h>
#include <usb/usb.h>