Skip to content
Commit 8c9359d5 authored by Jackson Cooper-Driver's avatar Jackson Cooper-Driver Committed by Jagdish Gediya
Browse files

selftests/arm64/fp: Update Makefile for out of tree builds



Previously the Makefile dependency tracking did not work as expected
with out of tree builds leading to targets requiring the linking of
multiple object files to be missed by the selftest build system. This
patch makes use of the lib.mk all target instead of defining our own and
also ensures that dependencies are correct by prepending '$(OUTPUT)' to
output files.

Note that this change is picked from Linux 6.1 but with additional
functionality added by subsequent commits removed; this change only aims
to fix the build system errors.

Signed-off-by: Jackson Cooper-Driver's avatarJackson Cooper-Driver <jackson.cooper-driver@arm.com>
parent 9dcfe6ea
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment