summaryrefslogtreecommitdiff
path: root/drivers/soc/apple/Makefile
blob: 07a95a883d3df31d4e9aae4a6f6c2b36947c31a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_APPLE_PMGR_PWRSTATE)	+= apple-pmgr-pwrstate.o

obj-$(CONFIG_APPLE_RTKIT) += apple-rtkit.o
apple-rtkit-y = rtkit.o rtkit-crashlog.o

obj-$(CONFIG_APPLE_RTKIT_HELPER) += apple-rtkit-helper.o
apple-rtkit-helper-y = rtkit-helper.o

obj-$(CONFIG_APPLE_SART) += apple-sart.o
apple-sart-y = sart.o

obj-$(CONFIG_APPLE_DOCKCHANNEL) += apple-dockchannel.o
apple-dockchannel-y = dockchannel.o