blob: 79fac195398b0cad4fb1eb2e7418f647f9066cc2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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
|