diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-07 12:59:17 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-07 12:59:17 -0800 |
commit | 9ac32e1bc0518b01b47dd34a733dce8634a38ed3 (patch) | |
tree | 4316ea3a959cab393289c67364ee63f06e34543c /firmware/Makefile | |
parent | 92dc8cc317844e5681f5d8990896720ed2b21cc8 (diff) | |
download | op-kernel-dev-9ac32e1bc0518b01b47dd34a733dce8634a38ed3.zip op-kernel-dev-9ac32e1bc0518b01b47dd34a733dce8634a38ed3.tar.gz |
firmware: convert e100 driver to request_firmware()
Thanks to David Woodhouse for help.
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index d872b79..aae5129 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -37,6 +37,8 @@ fw-shipped-$(CONFIG_CHELSIO_T3) += cxgb3/t3b_psram-1.1.0.bin \ cxgb3/t3c_psram-1.1.0.bin \ cxgb3/t3fw-7.0.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_SMCTR) += tr_smctr.bin fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ |