mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
fix(rse): include lib-psa to resolve build
Unless platforms include lib/psa into platform specific makefile the rse_comms throws build error on its own: CC drivers/arm/rse/rse_comms_protocol.c drivers/arm/rse/rse_comms.c:13:10: fatal error: psa/client.h: No such file or directory 13 | #include <psa/client.h> So add PLAT_INCLUDES entry to include the lib/psa to rse_comms.mk. Signed-off-by: Vivek Gautam <vivek.gautam@arm.com> Change-Id: I4cbcbbaf20285990239d605f0b3b3dc92bea61e6
This commit is contained in:
parent
47348b1c53
commit
654ae705c3
1 changed files with 2 additions and 1 deletions
|
@ -31,4 +31,5 @@ $(error Unsupported MHU version)
|
|||
endif
|
||||
|
||||
PLAT_INCLUDES += -Idrivers/arm/rse \
|
||||
-Idrivers/arm/mhu
|
||||
-Idrivers/arm/mhu \
|
||||
-Iinclude/lib/psa
|
||||
|
|
Loading…
Add table
Reference in a new issue