diff options
author | Peng Fan <peng.fan@nxp.com> | 2023-08-14 13:41:20 +0300 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-08-17 12:33:54 +0300 |
commit | b683a3620748c0d058408d997f234293538b563a (patch) | |
tree | 29288b7a772e50cce7af17c9627a01a39e09d8be /drivers/firmware/imx/Makefile | |
parent | fe38a2d570df3ed868c255fdad16652886997a08 (diff) | |
download | linux-b683a3620748c0d058408d997f234293538b563a.tar.xz |
genpd: imx: relocate scu-pd under genpd
Move scu-pd driver under genpd directory where the driver
should be.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/firmware/imx/Makefile')
-rw-r--r-- | drivers/firmware/imx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/firmware/imx/Makefile b/drivers/firmware/imx/Makefile index b76acbade2a0..8f9f04a513a8 100644 --- a/drivers/firmware/imx/Makefile +++ b/drivers/firmware/imx/Makefile @@ -1,4 +1,3 @@ # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_IMX_DSP) += imx-dsp.o obj-$(CONFIG_IMX_SCU) += imx-scu.o misc.o imx-scu-irq.o rm.o imx-scu-soc.o -obj-$(CONFIG_IMX_SCU_PD) += scu-pd.o |