diff options
Diffstat (limited to 'drivers/firmware/imx/Makefile')
-rw-r--r-- | drivers/firmware/imx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/firmware/imx/Makefile b/drivers/firmware/imx/Makefile new file mode 100644 index 000000000..b76acbade --- /dev/null +++ b/drivers/firmware/imx/Makefile @@ -0,0 +1,4 @@ +# 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 |