forked from Mirrors/opensbi
lib: utils/ipi: Generate FDT ipi driver list at compile-time
Instead of having FDT ipi driver list hard-coded in the C source, we generate it using carray.sh at compile-time. Signed-off-by: Anup Patel <apatel@ventanamicro.com> Reviewed-by: Atish Patra <atishp@rivosinc.com>
This commit is contained in:
@@ -8,5 +8,9 @@
|
||||
#
|
||||
|
||||
libsbiutils-objs-y += ipi/aclint_mswi.o
|
||||
|
||||
libsbiutils-objs-y += ipi/fdt_ipi.o
|
||||
libsbiutils-objs-y += ipi/fdt_ipi_drivers.o
|
||||
|
||||
carray-fdt_ipi_drivers-y += fdt_ipi_mswi
|
||||
libsbiutils-objs-y += ipi/fdt_ipi_mswi.o
|
||||
|
Reference in New Issue
Block a user