soc/qualcomm/qcs405: Add common include path
Add the common Qualcomm SoC include path to the qcs405 Makefile. This allows the SoC-specific code to use shared headers located in `src/soc/qualcomm/common/include`, promoting better code reuse and organization. TEST=Build for qcs405 target successfully. Change-Id: Ie4bc9f3a4fc259adcdc4107c92aab0cb5c8676c1 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88789 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
parent
b25939786d
commit
d220b65b8f
1 changed files with 1 additions and 0 deletions
|
|
@ -27,5 +27,6 @@ ramstage-y += usb.c
|
|||
################################################################################
|
||||
|
||||
CPPFLAGS_common += -Isrc/soc/qualcomm/qcs405/include
|
||||
CPPFLAGS_common += -Isrc/soc/qualcomm/common/include
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue