- # SPDX-License-Identifier: GPL-2.0-only
- obj-$(CONFIG_APPLE_MAILBOX) += apple-mailbox.o
- apple-mailbox-y = mailbox.o
- obj-$(CONFIG_APPLE_RTKIT) += apple-rtkit.o
- apple-rtkit-y = rtkit.o rtkit-crashlog.o
- obj-$(CONFIG_APPLE_SART) += apple-sart.o
- apple-sart-y = sart.o
- obj-$(CONFIG_APPLE_TUNABLE) += apple-tunable.o
- apple-tunable-y = tunable.o
|