Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plat/xen: Include fp_arm64.c in FPSIMD Xen ARM64 builds
`fp_arm64.c` implements `fpsimd_save_state()` and `fpsimd_restore_state()` that are required by FPSIMD ARM64 builds. The file was not included in the build rules (in `Makefile.uk`) resulting in a build error. Fix the build error by including `fp_arm64.c` in the Xen build rules. This is similar to its inclusion in the KVM build rules. GitHub-Fixes: unikraft#1522 Signed-off-by: Razvan Deaconescu <[email protected]> Reviewed-by: Oleksii Moisieiev <[email protected]> Approved-by: Michalis Pappas <[email protected]> GitHub-Closes: unikraft#1523
- Loading branch information