diff options
| author | Anup Patel <[email protected]> | 2021-05-20 14:43:06 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2021-06-24 09:39:51 +0530 |
| commit | 56fc5f7618b70a83425a764cafd67ffcf3605b5d (patch) | |
| tree | 087f378448a33a1728a68c4546f1fa78e9df3c3f /lib/utils/ipi/objects.mk | |
| parent | bd5d2089b80742a210b257c8e6c1361310725200 (diff) | |
lib: utils/ipi: Add FDT based ACLINT MSWI IPI driver
We add a new FDT based ACLINT MSWI IPI driver which works for both
CLINT device and standalone ACLINT MSWI device.
Signed-off-by: Anup Patel <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Xiang W <[email protected]>
Diffstat (limited to 'lib/utils/ipi/objects.mk')
| -rw-r--r-- | lib/utils/ipi/objects.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/ipi/objects.mk b/lib/utils/ipi/objects.mk index 7e378167..129eea85 100644 --- a/lib/utils/ipi/objects.mk +++ b/lib/utils/ipi/objects.mk @@ -9,4 +9,4 @@ libsbiutils-objs-y += ipi/aclint_mswi.o libsbiutils-objs-y += ipi/fdt_ipi.o -libsbiutils-objs-y += ipi/fdt_ipi_clint.o +libsbiutils-objs-y += ipi/fdt_ipi_mswi.o |
