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>
This commit is contained in:
Jakub Czapiga
2021-11-23 09:21:30 +00:00
committed by Patrick Georgi
parent 9f10950426
commit 39b2e7abdd
3 changed files with 3 additions and 2 deletions

View File

@@ -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