9 lines
248 B
Makefile
9 lines
248 B
Makefile
|
# 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_SART) += apple-sart.o
|
||
|
apple-sart-y = sart.o
|