Makefile 341 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. obj-$(CONFIG_APPLE_MAILBOX) += apple-mailbox.o
  3. apple-mailbox-y = mailbox.o
  4. obj-$(CONFIG_APPLE_RTKIT) += apple-rtkit.o
  5. apple-rtkit-y = rtkit.o rtkit-crashlog.o
  6. obj-$(CONFIG_APPLE_SART) += apple-sart.o
  7. apple-sart-y = sart.o
  8. obj-$(CONFIG_APPLE_TUNABLE) += apple-tunable.o
  9. apple-tunable-y = tunable.o