diff options
| author | Peng Fan <[email protected]> | 2023-07-20 09:04:43 +0000 |
|---|---|---|
| committer | Ulf Hansson <[email protected]> | 2023-07-30 13:28:45 +0000 |
| commit | a6a67e5a13f6974913a38d5bd1c595c3fd73b204 (patch) | |
| tree | 10d13e9a0312fe919c7ae5ba440c75ee0a31e7e4 | |
| parent | genpd: move owl-sps-helper.c from drivers/soc (diff) | |
| download | kernel-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/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/ |
