summaryrefslogtreecommitdiff
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorRobin Gong <b38343@freescale.com>2015-08-11 15:55:00 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-23 16:57:01 +0300
commitc5f0aaefb1af60395983e3207b8a341534118bc9 (patch)
tree207e3b4fa342aa0a49d92804294271eac646fd50 /firmware/Makefile
parenta4883687df050ef5b1e9fb6cc0a468f0438123f7 (diff)
MLK-11344-2: firmware: imx: sdma: add sdma firmware for i.mx6 and i.mx7d
add sdma firmware for i.mx6 and i.mx7d Signed-off-by: Robin Gong <b38343@freescale.com>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index e297e1b52636..ee4c05c918c7 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -61,6 +61,7 @@ fw-shipped-$(CONFIG_DRM_RADEON) += radeon/R100_cp.bin radeon/R200_cp.bin \
radeon/RV770_pfp.bin radeon/RV770_me.bin \
radeon/RV730_pfp.bin radeon/RV730_me.bin \
radeon/RV710_pfp.bin radeon/RV710_me.bin
+fw-shipped-$(CONFIG_IMX_SDMA) += imx/sdma/sdma-imx6q.bin imx/sdma/sdma-imx7d.bin
fw-shipped-$(CONFIG_DVB_AV7110) += av7110/bootcode.bin
fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin
fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \