blob: 79b27e4c61e44d6a49d80250f723041eeb906295 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2024 Ventana Micro Systems Inc.
#
# Authors:
# Anup Patel <[email protected]>
#
libsbiutils-objs-$(CONFIG_MAILBOX) += mailbox/mailbox.o
|