diff options
Diffstat (limited to 'drivers/soc/apple/Makefile')
-rw-r--r-- | drivers/soc/apple/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/soc/apple/Makefile b/drivers/soc/apple/Makefile new file mode 100644 index 0000000000..b241e6a65e --- /dev/null +++ b/drivers/soc/apple/Makefile @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-only +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 |