diff options
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index c6af61b4e51e..baf5ae45642d 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -26,6 +26,7 @@ fw-shipped- += acenic/tg1.bin | |||
26 | else | 26 | else |
27 | acenic-objs := acenic/tg1.bin acenic/tg2.bin | 27 | acenic-objs := acenic/tg1.bin acenic/tg2.bin |
28 | endif | 28 | endif |
29 | fw-shipped-$(CONFIG_3C359) += 3com/3C359.bin | ||
29 | fw-shipped-$(CONFIG_ACENIC) += $(acenic-objs) | 30 | fw-shipped-$(CONFIG_ACENIC) += $(acenic-objs) |
30 | fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \ | 31 | fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \ |
31 | adaptec/starfire_tx.bin | 32 | adaptec/starfire_tx.bin |
@@ -39,6 +40,7 @@ fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \ | |||
39 | fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin | 40 | fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin |
40 | fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \ | 41 | fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \ |
41 | e100/d102e_ucode.bin | 42 | e100/d102e_ucode.bin |
43 | fw-shipped-$(CONFIG_PCMCIA_SMC91C92) += ositech/Xilinx7OD.bin | ||
42 | fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin | 44 | fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin |
43 | fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp | 45 | fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp |
44 | fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ | 46 | fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ |
@@ -91,6 +93,7 @@ fw-shipped-$(CONFIG_USB_SERIAL_KEYSPAN_PDA) += keyspan_pda/keyspan_pda.fw | |||
91 | fw-shipped-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda/xircom_pgs.fw | 93 | fw-shipped-$(CONFIG_USB_SERIAL_XIRCOM) += keyspan_pda/xircom_pgs.fw |
92 | fw-shipped-$(CONFIG_USB_VICAM) += vicam/firmware.fw | 94 | fw-shipped-$(CONFIG_USB_VICAM) += vicam/firmware.fw |
93 | fw-shipped-$(CONFIG_VIDEO_CPIA2) += cpia2/stv0672_vp4.bin | 95 | fw-shipped-$(CONFIG_VIDEO_CPIA2) += cpia2/stv0672_vp4.bin |
96 | fw-shipped-$(CONFIG_YAM) += yam/1200.bin yam/9600.bin | ||
94 | 97 | ||
95 | fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-) | 98 | fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-) |
96 | 99 | ||