diff options
author | Divy Le Ray <divy@chelsio.com> | 2008-11-26 18:37:50 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-26 18:37:50 -0500 |
commit | ad58633c8381e88b54055771877726d3d5d24734 (patch) | |
tree | 1ce5a64df8d03fdc8d23f77ef30eed08448a43df /firmware/Makefile | |
parent | 5256554489531f3e177e7308752d8f0681cdd5a6 (diff) |
cxgb3: integrate FW and protocol engines in the kernel
Include firmware and protocol images in the kernel image if requested
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
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 ca8cd305ff93..4993a4b3d8ab 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -24,6 +24,9 @@ fw-shipped-$(CONFIG_ATARI_DSP56K) += dsp56k/bootstrap.bin | |||
24 | fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw | 24 | fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw |
25 | fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin | 25 | fw-shipped-$(CONFIG_CASSINI) += sun/cassini.bin |
26 | fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin | 26 | fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin |
27 | fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \ | ||
28 | cxgb3/t3c_psram-1.1.0.bin \ | ||
29 | cxgb3/t3fw-7.0.0.bin | ||
27 | fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin | 30 | fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin |
28 | fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin | 31 | fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin |
29 | fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp | 32 | fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp |