diff options
author | Peng Fan <peng.fan@nxp.com> | 2023-07-20 12:04:43 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-07-30 16:28:45 +0300 |
commit | a6a67e5a13f6974913a38d5bd1c595c3fd73b204 (patch) | |
tree | 10d13e9a0312fe919c7ae5ba440c75ee0a31e7e4 /drivers/genpd/Makefile | |
parent | 7ed363cd8d0a3e4fbe3c37b7458420f82ef9a106 (diff) | |
download | linux-a6a67e5a13f6974913a38d5bd1c595c3fd73b204.tar.xz |
genpd: Makefile: build imx
The imx genpd was missed to be built out, add it in Makefile
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/genpd/Makefile')
-rw-r--r-- | drivers/genpd/Makefile | 1 |
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/ |