summaryrefslogtreecommitdiff
path: root/payloads/libpayload/Makefile
diff options
context:
space:
mode:
authorJakub Czapiga <jacz@semihalf.com>2021-11-23 09:21:30 +0000
committerPatrick Georgi <patrick@coreboot.org>2021-12-01 13:32:06 +0000
commit39b2e7abdd8abf3553311dd547d7929c3411cbab (patch)
tree5f9e89917ed5ac311decf317ca9d6dfb6dc6e9f9 /payloads/libpayload/Makefile
parent9f10950426e830752be1f49f1d50922ad6499420 (diff)
downloadcoreboot-39b2e7abdd8abf3553311dd547d7929c3411cbab.tar.gz
libpayload: Add coreboot commonlib/bsd include path
Make BSD part of the coreboot commonlib accessible to libpayload. Change-Id: I09f475d399ab785f3d3ffdb4b42950d2b397845e Signed-off-by: Jakub Czapiga <jacz@semihalf.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/59697 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <patrick@coreboot.org>
Diffstat (limited to 'payloads/libpayload/Makefile')
-rw-r--r--payloads/libpayload/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/payloads/libpayload/Makefile b/payloads/libpayload/Makefile
index ee83a0aeca..1da8c64c15 100644
--- a/payloads/libpayload/Makefile
+++ b/payloads/libpayload/Makefile
@@ -34,6 +34,7 @@ CC_real:=$(CC)
endif
export top := $(CURDIR)
+export coreboottop ?= $(abspath $(top)/../../)
export src := src
export srck := $(abspath $(top)/../../util/kconfig)
export obj ?= build