diff options
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index d166a7f767e3..5ea80b19785b 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -32,16 +32,20 @@ fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \ | |||
32 | adaptec/starfire_tx.bin | 32 | adaptec/starfire_tx.bin |
33 | fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin | 33 | fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin |
34 | fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw | 34 | fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw |
35 | fw-shipped-$(CONFIG_BNX2X) += bnx2x-e1-4.8.53.0.fw bnx2x-e1h-4.8.53.0.fw | 35 | fw-shipped-$(CONFIG_BNX2X) += bnx2x-e1-5.0.21.0.fw bnx2x-e1h-5.0.21.0.fw |
36 | fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-4.6.17.fw \ | 36 | fw-shipped-$(CONFIG_BNX2) += bnx2/bnx2-mips-09-5.0.0.j3.fw \ |
37 | bnx2/bnx2-rv2p-09-4.6.15.fw \ | 37 | bnx2/bnx2-rv2p-09-5.0.0.j3.fw \ |
38 | bnx2/bnx2-mips-06-4.6.16.fw \ | 38 | bnx2/bnx2-rv2p-09ax-5.0.0.j3.fw \ |
39 | bnx2/bnx2-rv2p-06-4.6.16.fw | 39 | bnx2/bnx2-mips-06-5.0.0.j3.fw \ |
40 | bnx2/bnx2-rv2p-06-5.0.0.j3.fw | ||
40 | fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin | 41 | fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin |
41 | fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin | 42 | fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin |
42 | fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \ | 43 | fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \ |
43 | cxgb3/t3c_psram-1.1.0.bin \ | 44 | cxgb3/t3c_psram-1.1.0.bin \ |
44 | cxgb3/t3fw-7.4.0.bin | 45 | cxgb3/t3fw-7.4.0.bin \ |
46 | cxgb3/ael2005_opt_edc.bin \ | ||
47 | cxgb3/ael2005_twx_edc.bin \ | ||
48 | cxgb3/ael2020_twx_edc.bin | ||
45 | fw-shipped-$(CONFIG_DRM_MGA) += matrox/g200_warp.fw matrox/g400_warp.fw | 49 | fw-shipped-$(CONFIG_DRM_MGA) += matrox/g200_warp.fw matrox/g400_warp.fw |
46 | fw-shipped-$(CONFIG_DRM_R128) += r128/r128_cce.bin | 50 | fw-shipped-$(CONFIG_DRM_R128) += r128/r128_cce.bin |
47 | fw-shipped-$(CONFIG_DRM_RADEON) += radeon/R100_cp.bin radeon/R200_cp.bin \ | 51 | fw-shipped-$(CONFIG_DRM_RADEON) += radeon/R100_cp.bin radeon/R200_cp.bin \ |
@@ -63,9 +67,10 @@ fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin | |||
63 | fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \ | 67 | fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \ |
64 | e100/d102e_ucode.bin | 68 | e100/d102e_ucode.bin |
65 | fw-shipped-$(CONFIG_MYRI_SBUS) += myricom/lanai.bin | 69 | fw-shipped-$(CONFIG_MYRI_SBUS) += myricom/lanai.bin |
66 | fw-shipped-$(CONFIG_PCMCIA_PCNET) += cis/LA-PCM.cis | 70 | fw-shipped-$(CONFIG_PCMCIA_PCNET) += cis/LA-PCM.cis cis/PCMLM28.cis |
67 | fw-shipped-$(CONFIG_PCMCIA_3C589) += cis/3CXEM556.cis | 71 | fw-shipped-$(CONFIG_PCMCIA_3C589) += cis/3CXEM556.cis |
68 | fw-shipped-$(CONFIG_PCMCIA_3C574) += cis/3CCFEM556.cis | 72 | fw-shipped-$(CONFIG_PCMCIA_3C574) += cis/3CCFEM556.cis |
73 | fw-shipped-$(CONFIG_SERIAL_8250_CS) += cis/MT5634ZLX.cis cis/RS-COM-2P.cis | ||
69 | fw-shipped-$(CONFIG_PCMCIA_SMC91C92) += ositech/Xilinx7OD.bin | 74 | fw-shipped-$(CONFIG_PCMCIA_SMC91C92) += ositech/Xilinx7OD.bin |
70 | fw-shipped-$(CONFIG_SCSI_ADVANSYS) += advansys/mcode.bin advansys/38C1600.bin \ | 75 | fw-shipped-$(CONFIG_SCSI_ADVANSYS) += advansys/mcode.bin advansys/38C1600.bin \ |
71 | advansys/3550.bin advansys/38C0800.bin | 76 | advansys/3550.bin advansys/38C0800.bin |