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:
Subrata Banik 2025-08-16 11:30:59 +05:30
commit d220b65b8f

View file

@ -27,5 +27,6 @@ ramstage-y += usb.c
################################################################################
CPPFLAGS_common += -Isrc/soc/qualcomm/qcs405/include
CPPFLAGS_common += -Isrc/soc/qualcomm/common/include
endif