diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-04-05 09:15:16 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-04-08 23:33:32 +0100 |
commit | 532a10b1c59e07ec4e9dac9d8a201d58bf143805 (patch) | |
tree | 431792d8ca26cff4f802006b3411490a08bd8409 /scripts/lib/devtool/standard.py | |
parent | 82a61e246ba5fa5a8535305b9b12079f726912a8 (diff) | |
download | poky-532a10b1c59e07ec4e9dac9d8a201d58bf143805.tar.gz |
perf: make bpf asm include arch conditional
To keep the perf source copying as small as possible, we can
further refine the arch/uapi copy to the single file that we
currently need.
To avoid a warning from the general perf source copy routine,
we make the .h conditional based on the architecture.
The supported architectures will not change often, so updating
this arch list is very minimal effort. Alternatively, we could
add a PERF_OPTIONAL_SRC variable and not warn if a file isn't
available for a given architecture.
(From OE-Core rev: 879b4a7d378b4d4d11fdda7921b8c47e4523a948)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/standard.py')
0 files changed, 0 insertions, 0 deletions