aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Fan <[email protected]>2023-07-20 09:04:43 +0000
committerUlf Hansson <[email protected]>2023-07-30 13:28:45 +0000
commita6a67e5a13f6974913a38d5bd1c595c3fd73b204 (patch)
tree10d13e9a0312fe919c7ae5ba440c75ee0a31e7e4
parentgenpd: move owl-sps-helper.c from drivers/soc (diff)
downloadkernel-a6a67e5a13f6974913a38d5bd1c595c3fd73b204.tar.gz
kernel-a6a67e5a13f6974913a38d5bd1c595c3fd73b204.zip
genpd: Makefile: build imx
The imx genpd was missed to be built out, add it in Makefile Signed-off-by: Peng Fan <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
-rw-r--r--drivers/genpd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/genpd/Makefile b/drivers/genpd/Makefile
index c429485c13f6..666753676e5c 100644
--- a/drivers/genpd/Makefile
+++ b/drivers/genpd/Makefile
@@ -3,6 +3,7 @@ obj-y += actions/
obj-y += amlogic/
obj-y += apple/
obj-y += bcm/
+obj-y += imx/
obj-y += mediatek/
obj-y += qcom/
obj-y += renesas/