aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2008-06-23 11:41:04 +0100
committerDavid Woodhouse <David.Woodhouse@intel.com>2008-07-14 14:44:21 -0700
commitc466774636b3cc43c2c304b44e52974d9d53f3e0 (patch)
treea493b763456a5221441e86377685c8145663a0c9 /firmware/Makefile
parentcpia2: use request_firmware() (diff)
downloadlinux-dev-c466774636b3cc43c2c304b44e52974d9d53f3e0.tar.xz
linux-dev-c466774636b3cc43c2c304b44e52974d9d53f3e0.zip
dabusb: use request_firmware()
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to '')
-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 \
ess/maestro3_assp_minisrc.fw
fw-shipped-$(CONFIG_SND_YMFPCI) += yamaha/ds1_ctrl.fw yamaha/ds1_dsp.fw \
yamaha/ds1e_ctrl.fw
+fw-shipped-$(CONFIG_TIGON3) += tigon/tg3.bin tigon/tg3_tso.bin \
+ tigon/tg3_tso5.bin
+fw-shipped-$(CONFIG_USB_DABUSB) += dabusb/firmware.fw dabusb/bitstream.bin
fw-shipped-$(CONFIG_USB_EMI26) += emi26/loader.fw emi26/firmware.fw \
emi26/bitstream.fw
fw-shipped-$(CONFIG_USB_EMI62) += emi62/loader.fw emi62/bitstream.fw \