diff options
Diffstat (limited to 'drivers/soc/apple/Makefile')
-rw-r--r-- | drivers/soc/apple/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/soc/apple/Makefile b/drivers/soc/apple/Makefile index 8aca79fca0dd..e293770cf66d 100644 --- a/drivers/soc/apple/Makefile +++ b/drivers/soc/apple/Makefile @@ -3,3 +3,6 @@ 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 |