Fix: cc1: error: src/drivers/intel/i210: No such file or directory [-Werror=missing-include-dirs] Change-Id: I94b0f99353ed3a582ea590cbc6b12dec6294c75d Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70468 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
8 lines
187 B
Makefile
8 lines
187 B
Makefile
## SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
ramstage-$(CONFIG_DRIVER_INTEL_I210)+= i210.c
|
|
|
|
ifeq ($(CONFIG_DRIVER_INTEL_I210),y)
|
|
CPPFLAGS_common += -I$(src)/drivers/intel/i210/include
|
|
endif
|