summaryrefslogtreecommitdiff
path: root/drivers/platform/apple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/platform/apple/Makefile')
-rw-r--r--drivers/platform/apple/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/platform/apple/Makefile b/drivers/platform/apple/Makefile
new file mode 100644
index 000000000000..79fac195398b
--- /dev/null
+++ b/drivers/platform/apple/Makefile
@@ -0,0 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0
+#
+# Makefile for linux/drivers/platform/apple
+# Apple Platform-Specific Drivers
+#
+
+macsmc-y += smc_core.o
+macsmc-rtkit-y += smc_rtkit.o
+
+obj-$(CONFIG_APPLE_SMC) += macsmc.o
+obj-$(CONFIG_APPLE_SMC_RTKIT) += macsmc-rtkit.o