libpayload: Don't use default path for kconfig
commit08c7018050e5af2c604c7b1ef35a66fb9f1171d5
authorNico Huber <nico.h@gmx.de>
Tue, 14 Oct 2014 21:27:50 +0000 (14 23:27 +0200)
committerPatrick Georgi <pgeorgi@google.com>
Fri, 17 Oct 2014 09:25:10 +0000 (17 11:25 +0200)
tree4be272f24d209f1f18ae8b72da649752c0eadaf9
parentcbe3c7050fa57f8cd2cd0cd6bc8e4ac4fce7d35c
libpayload: Don't use default path for kconfig

libpayload's kconfig is totally incompatible with other kconfig versions,
today. Using other versions just doesn't work any more, so don't use the
overridable $(obj)/util/kconfig path. Choose a path that reflects the
incompatibility: $(obj)/util/lp_kconfig, instead.

This whole every-(sub)project-has-it's-own-patched-kconfig-version makes
me really, really sad :'-(

Change-Id: I964772f3323dc20aa7c1cc26a384a2fbca1dbb5e
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: http://review.coreboot.org/7061
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
payloads/libpayload/Makefile