commit | 7f7bc37964e4b6591fdc8c1e661a81af6b4771e7 | [log] [tgz] |
---|---|---|
author | Vivek Gautam <vivek.gautam@arm.com> | Wed Apr 03 23:13:06 2024 +0530 |
committer | Rohit Mathew <rohit.mathew@arm.com> | Fri Jun 07 11:40:07 2024 +0100 |
tree | dc01441dfc2afe24fac27d4a6e368673e8a30a5a | |
parent | c3449325e0bb17cc1b45c33c1e324cf1c8453e20 [diff] |
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