aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2008-06-23 06:41:04 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2008-07-14 17:44:21 -0400
commitc466774636b3cc43c2c304b44e52974d9d53f3e0 (patch)
treea493b763456a5221441e86377685c8145663a0c9 /firmware/Makefile
parent04a33e406a062cd1bb55014ee17a3558109a2d74 (diff)
dabusb: use request_firmware()
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 8d5465fefd00..331d10cf6518 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -29,6 +29,9 @@ fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \
29 ess/maestro3_assp_minisrc.fw 29 ess/maestro3_assp_minisrc.fw
30fw-shipped-$(CONFIG_SND_YMFPCI) += yamaha/ds1_ctrl.fw yamaha/ds1_dsp.fw \ 30fw-shipped-$(CONFIG_SND_YMFPCI) += yamaha/ds1_ctrl.fw yamaha/ds1_dsp.fw \
31 yamaha/ds1e_ctrl.fw 31 yamaha/ds1e_ctrl.fw
32fw-shipped-$(CONFIG_TIGON3) += tigon/tg3.bin tigon/tg3_tso.bin \
33 tigon/tg3_tso5.bin
34fw-shipped-$(CONFIG_USB_DABUSB) += dabusb/firmware.fw dabusb/bitstream.bin
32fw-shipped-$(CONFIG_USB_EMI26) += emi26/loader.fw emi26/firmware.fw \ 35fw-shipped-$(CONFIG_USB_EMI26) += emi26/loader.fw emi26/firmware.fw \
33 emi26/bitstream.fw 36 emi26/bitstream.fw
34fw-shipped-$(CONFIG_USB_EMI62) += emi62/loader.fw emi62/bitstream.fw \ 37fw-shipped-$(CONFIG_USB_EMI62) += emi62/loader.fw emi62/bitstream.fw \