[PATCH V2] genpd: Makefile: build imx

Peng Fan (OSS) posted 1 patch 2 years, 1 month ago
drivers/genpd/Makefile | 1 +
1 file changed, 1 insertion(+)
[PATCH V2] genpd: Makefile: build imx
Posted by Peng Fan (OSS) 2 years, 1 month ago
From: Peng Fan <peng.fan@nxp.com>

The imx genpd was missed to be built out, add it in Makefile

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---

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
Re: [PATCH V2] genpd: Makefile: build imx
Posted by Ulf Hansson 2 years, 1 month ago
On Thu, 20 Jul 2023 at 10:59, Peng Fan (OSS) <peng.fan@oss.nxp.com> wrote:
>
> From: Peng Fan <peng.fan@nxp.com>
>
> The imx genpd was missed to be built out, add it in Makefile
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Thanks for fixing this!

Applied for next, thanks!

Kind regards
Uffe

> ---
>
> 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
>
RE: [PATCH V2] genpd: Makefile: build imx
Posted by Peng Fan 2 years, 1 month ago
Hi Ulf,

> Subject: [PATCH V2] genpd: Makefile: build imx

I see drivers/genpd are in linux-next. But i.MX was not built.
Would you pick this patch?

Thanks,
Peng.

> 
> From: Peng Fan <peng.fan@nxp.com>
> 
> The imx genpd was missed to be built out, add it in Makefile
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
> 
> 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