[PATCH V2] genpd: Makefile: build imx
From: Peng Fan (OSS)
Date: Thu Jul 20 2023 - 05:20:59 EST
From: Peng Fan <peng.fan@xxxxxxx>
The imx genpd was missed to be built out, add it in Makefile
Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
---
V2:
Drop scu-pd change
drivers/genpd/Makefile | 1 +
1 file changed, 1 insertion(+)
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/
--
2.37.1