diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-04-04 16:38:42 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-04-04 16:38:42 -0700 |
commit | cd36e9efaa5195396ae5344c6ce32c2b0048df6a (patch) | |
tree | deb336eb607f73fe4c23e3b3cb1aaf9151546970 /firmware/Makefile | |
parent | 81c522851436dbc058c9c0c11b32e60d76b180ce (diff) | |
download | linux-3.10-cd36e9efaa5195396ae5344c6ce32c2b0048df6a.tar.gz linux-3.10-cd36e9efaa5195396ae5344c6ce32c2b0048df6a.tar.bz2 linux-3.10-cd36e9efaa5195396ae5344c6ce32c2b0048df6a.zip |
myri_sbus: use request_firmware
Firmware blob looks like this...
__be16 lanai4_data_size
unsigned char lanai4_code[]
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index baf5ae45642..e6c0fd1cf9a 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -40,6 +40,7 @@ fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \ fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin fw-shipped-$(CONFIG_E100) += e100/d101m_ucode.bin e100/d101s_ucode.bin \ e100/d102e_ucode.bin +fw-shipped-$(CONFIG_MYRI_SBUS) += myricom/lanai.bin fw-shipped-$(CONFIG_PCMCIA_SMC91C92) += ositech/Xilinx7OD.bin fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp |