opensbi/lib/utils
Ben Dooks fd9e8b17ed Makefile: change to using .carray.c for carray files
We would like to clean any files generated by the carray
scripts by just searching for the filename as the current
make system turns f.carray into f.o. Change to make the
make system turn f.carray into f.carray.o

note, command to go through .mk files changing the .o
in the .mk files is:
find . -type f -name "*.carray" | xargs -t -I fname /bin/bash -x -c ' fn=`basename -s .carray fname`; echo "$fn"; sed -i `dirname fname `/objects.mk -e s/"$fn".o/"$fn".carray.o/g'

Link: https://patchwork.ozlabs.org/project/opensbi/patch/20240401213438.590209-2-ivan.orlov0322@gmail.com/
Reported-by: Ivan Orlov <ivan.orlov0322@gmail.com>
Suggested-by: Andrew Jones <ajones@ventanamicro.com>
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
2024-07-04 12:11:45 +05:30
..
fdt lib: utils/fdt: Fix DT property for APLIC delegation 2024-06-05 10:54:59 +05:30
gpio Makefile: change to using .carray.c for carray files 2024-07-04 12:11:45 +05:30
i2c Makefile: change to using .carray.c for carray files 2024-07-04 12:11:45 +05:30
ipi Makefile: change to using .carray.c for carray files 2024-07-04 12:11:45 +05:30
irqchip Makefile: change to using .carray.c for carray files 2024-07-04 12:11:45 +05:30
libfdt libfdt: fix SPDX license identifiers 2023-07-31 11:40:49 +05:30
libquad lib: utils: Drop dependency on libgcc by importing part of FreeBSD's libquad 2021-07-11 21:01:44 +05:30
regmap Makefile: change to using .carray.c for carray files 2024-07-04 12:11:45 +05:30
reset Makefile: change to using .carray.c for carray files 2024-07-04 12:11:45 +05:30
serial Makefile: change to using .carray.c for carray files 2024-07-04 12:11:45 +05:30
sys lib: utils/reset: Remove SiFive Test reset driver 2023-07-31 14:09:24 +05:30
timer Makefile: change to using .carray.c for carray files 2024-07-04 12:11:45 +05:30
Kconfig lib: utils/regmap: Add generic regmap access library 2023-07-31 14:09:08 +05:30