summaryrefslogtreecommitdiffstats
path: root/drivers/soc/mediatek/Makefile
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2018-12-12 13:32:27 -0800
committerOlof Johansson <olof@lixom.net>2018-12-12 13:32:27 -0800
commit8986f4c2172f9d31f3eaa4e0e4a1efb2a7cbefb5 (patch)
treeec5dd27c15f77c3b011400010ee3832a3bfc16f4 /drivers/soc/mediatek/Makefile
parentbb7ece5fc43fb597ff965c79ddd62c3806f3e319 (diff)
parent576f1b4bc80220e1f88f1de5ecb25d99a6e9fa04 (diff)
Merge tag 'v4.20-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into next/drivers
add helper functions to create and send commands to the global command engine (GCE) device using the command queue driver (cmdq). * tag 'v4.20-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux: soc: mediatek: Add Mediatek CMDQ helper Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/soc/mediatek/Makefile')
-rw-r--r--drivers/soc/mediatek/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/mediatek/Makefile b/drivers/soc/mediatek/Makefile
index 12998b08819e..64ce5eeaba32 100644
--- a/drivers/soc/mediatek/Makefile
+++ b/drivers/soc/mediatek/Makefile
@@ -1,3 +1,4 @@
+obj-$(CONFIG_MTK_CMDQ) += mtk-cmdq-helper.o
obj-$(CONFIG_MTK_INFRACFG) += mtk-infracfg.o
obj-$(CONFIG_MTK_PMIC_WRAP) += mtk-pmic-wrap.o
obj-$(CONFIG_MTK_SCPSYS) += mtk-scpsys.o