vc/siemens/hwilib/Makefile.inc: Fix "No such file or directory" error
Fix: cc1: error: src/vendorcode/siemens/hwilib: No such file or directory [-Werror=missing-include-dirs] Change-Id: I0e805ead90dddbee3ba3577d119e465f669231ba Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/70469 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
15790c842c
commit
4d616e372f
|
@ -1,3 +1,5 @@
|
|||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
subdirs-$(CONFIG_USE_SIEMENS_HWILIB) += hwilib
|
||||
|
||||
CPPFLAGS_common += -I$(src)/vendorcode/siemens/hwilib
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
CFLAGS_x86_32 += -Isrc/vendorcode/siemens/hwilib
|
||||
|
||||
romstage-y += hwilib.c
|
||||
ramstage-y += hwilib.c
|
||||
|
|
Loading…
Reference in New Issue