Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: Ic875708697f07b6dae09d27dbd67eb8b960749f0 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68984 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
9 lines
175 B
Makefile
9 lines
175 B
Makefile
## SPDX-License-Identifier: GPL-2.0-only
|
|
ifeq ($(CONFIG_SOC_INTEL_COMMON_BASECODE),y)
|
|
|
|
subdirs-y += ./*
|
|
|
|
CPPFLAGS_common += -I$(src)/soc/intel/common/basecode/include/
|
|
|
|
endif
|