Fix ordering problem in the libpayload Makefile. The include of
authorUwe Hermann <uwe@hermann-uwe.de>
Wed, 22 Oct 2008 15:49:20 +0000 (15:49 +0000)
committerJordan Crouse <jordan.crouse@amd.com>
Wed, 22 Oct 2008 15:49:20 +0000 (15:49 +0000)
commitea8724578e096e5d39fc49b17d63d2af0f76e537
treea16bfc6da4c9edd76bdf18227e145525f53a4162
parentac431505c6c7914cbea4923c9c80eb83d72e34fb
Fix ordering problem in the libpayload Makefile. The include of
'include util/kconfig/Makefile' must come before certain pattern rules
for compilation of kconfig files, otherwise the build would break
in most situations.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3686 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
payloads/libpayload/Makefile