aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index ffe2663d49f2..5ea80b19785b 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -46,6 +46,22 @@ fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \
46 cxgb3/ael2005_opt_edc.bin \ 46 cxgb3/ael2005_opt_edc.bin \
47 cxgb3/ael2005_twx_edc.bin \ 47 cxgb3/ael2005_twx_edc.bin \
48 cxgb3/ael2020_twx_edc.bin 48 cxgb3/ael2020_twx_edc.bin
49fw-shipped-$(CONFIG_DRM_MGA) += matrox/g200_warp.fw matrox/g400_warp.fw
50fw-shipped-$(CONFIG_DRM_R128) += r128/r128_cce.bin
51fw-shipped-$(CONFIG_DRM_RADEON) += radeon/R100_cp.bin radeon/R200_cp.bin \
52 radeon/R300_cp.bin radeon/R420_cp.bin \
53 radeon/RS690_cp.bin radeon/RS600_cp.bin \
54 radeon/R520_cp.bin \
55 radeon/R600_pfp.bin radeon/R600_me.bin \
56 radeon/RV610_pfp.bin radeon/RV610_me.bin \
57 radeon/RV630_pfp.bin radeon/RV630_me.bin \
58 radeon/RV620_pfp.bin radeon/RV620_me.bin \
59 radeon/RV635_pfp.bin radeon/RV635_me.bin \
60 radeon/RV670_pfp.bin radeon/RV670_me.bin \
61 radeon/RS780_pfp.bin radeon/RS780_me.bin \
62 radeon/RV770_pfp.bin radeon/RV770_me.bin \
63 radeon/RV730_pfp.bin radeon/RV730_me.bin \
64 radeon/RV710_pfp.bin radeon/RV710_me.bin
49fw-shipped-$(CONFIG_DVB_AV7110) += av7110/bootcode.bin 65fw-shipped-$(CONFIG_DVB_AV7110) += av7110/bootcode.bin
50fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin 66fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin
51fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \ 67fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \