Searched hist:"654 ae705c35baa1fbd13a0cd8558a64c8454347c" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/drivers/arm/rse/ |
| H A D | rse_comms.mk | 654ae705c35baa1fbd13a0cd8558a64c8454347c Wed Apr 03 17:43:06 UTC 2024 Vivek Gautam <vivek.gautam@arm.com> 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
|