libpayload: Makefile: Use variables defined for Kconfig

Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>

Change-Id: Ia451e8250307ad1944cb0429bdfee4bdf18c706b
Reviewed-on: http://review.coreboot.org/10712
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Stefan Reinauer 2015-06-29 14:28:25 -07:00
parent ed56499ab1
commit 2551f5914e
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ endif
export top := $(CURDIR)
export src := src
export srck := $(top)/../../util/kconfig
export srck := $(abspath $(top)/../../util/kconfig)
export obj ?= build
export objutil ?= $(obj)/util
export objk := $(objutil)/lp_kconfig
@ -92,7 +92,7 @@ all: real-all
# This include must come _before_ the pattern rules below!
# Order _does_ matter for pattern rules.
include ../../util/kconfig/Makefile
include $(srck)/Makefile
include $(HAVE_DOTCONFIG)