diff options
author | Jakub Czapiga <jacz@semihalf.com> | 2021-11-23 09:21:30 +0000 |
---|---|---|
committer | Patrick Georgi <patrick@coreboot.org> | 2021-12-01 13:32:06 +0000 |
commit | 39b2e7abdd8abf3553311dd547d7929c3411cbab (patch) | |
tree | 5f9e89917ed5ac311decf317ca9d6dfb6dc6e9f9 /payloads/libpayload/Makefile | |
parent | 9f10950426e830752be1f49f1d50922ad6499420 (diff) |
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/Makefile | 1 |
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 |