summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/Makefile
diff options
context:
space:
mode:
authorHector Martin <marcan@marcan.st>2023-03-14 11:47:32 +0100
committerHector Martin <marcan@marcan.st>2023-11-23 11:10:17 +0100
commit143897c4fa976d02bfafe5ae32b9ffc60dc6145a (patch)
treeb14e36ec11aa281cdaab6460836bb529db9cdbd5 /drivers/mailbox/Makefile
parentsoc: apple: rtkit: Port to the internal mailbox driver (diff)
downloadlinux-143897c4fa976d02bfafe5ae32b9ffc60dc6145a.tar.xz
linux-143897c4fa976d02bfafe5ae32b9ffc60dc6145a.zip
mailbox: apple: Delete driver
This driver is now orphaned and superseded by drivers/soc/apple/mailbox.c. Acked-by: Eric Curtin <ecurtin@redhat.com> Acked-by: Neal Gompa <neal@gompa.dev> Acked-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Signed-off-by: Hector Martin <marcan@marcan.st>
Diffstat (limited to 'drivers/mailbox/Makefile')
-rw-r--r--drivers/mailbox/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mailbox/Makefile b/drivers/mailbox/Makefile
index fc9376117111..18793e6caa2f 100644
--- a/drivers/mailbox/Makefile
+++ b/drivers/mailbox/Makefile
@@ -60,5 +60,3 @@ obj-$(CONFIG_SUN6I_MSGBOX) += sun6i-msgbox.o
obj-$(CONFIG_SPRD_MBOX) += sprd-mailbox.o
obj-$(CONFIG_QCOM_IPCC) += qcom-ipcc.o
-
-obj-$(CONFIG_APPLE_MAILBOX) += apple-mailbox.o