libpayload: Don't use default path for kconfig

Hardware / Coreboot - Nico Huber [gmx.de] - 17 October 2014 04:25 UTC

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

08c7018 libpayload: Don't use default path for kconfig
payloads/libpayload/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Upstream: review.coreboot.org


  • Share