diff options
| author | Anup Patel <[email protected]> | 2024-08-06 10:02:04 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2024-12-06 09:26:19 +0530 |
| commit | 2244a34f0d618c6f18c161b6448af1eecc7f72ab (patch) | |
| tree | d67b390674b421f1ab86d0a1be8e5e18b19a5345 /lib/utils/mailbox/objects.mk | |
| parent | ad846a7cb8cdb98870e42539087f2bc4e786fd22 (diff) | |
lib: utils/mailbox: Add simple FDT based mailbox framework
Add a simple FDT based mailbox framework which is built on top of the generic
mailbox library. The phandle of FDT mailbox DT node is treated as the unique
mailbox controller ID which is required by the generic mailbox library. The
FDT based mailbox drivers will be probed on-demand from fdt_mailbox_request_chan()
called by the mailbox client drivers.
Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'lib/utils/mailbox/objects.mk')
| -rw-r--r-- | lib/utils/mailbox/objects.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/utils/mailbox/objects.mk b/lib/utils/mailbox/objects.mk index 79b27e4c..2135898c 100644 --- a/lib/utils/mailbox/objects.mk +++ b/lib/utils/mailbox/objects.mk @@ -7,4 +7,7 @@ # Anup Patel <[email protected]> # +libsbiutils-objs-$(CONFIG_FDT_MAILBOX) += mailbox/fdt_mailbox.o +libsbiutils-objs-$(CONFIG_FDT_MAILBOX) += mailbox/fdt_mailbox_drivers.carray.o + libsbiutils-objs-$(CONFIG_MAILBOX) += mailbox/mailbox.o |
