aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2008-05-29 10:17:17 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2008-07-10 09:47:51 -0400
commit79682499d9f3eaea4e6a970d8aa0b9bc1ac2a97f (patch)
tree16dd99c5e220af63e651f983a48b0ae49089695d /firmware/Makefile
parent0f805b86c9492c294c710de8539a8be68b521a86 (diff)
kaweth: use request_firmware()
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
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 7a8fa9e1f46c..40939e91c838 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -26,6 +26,9 @@ fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \
26 ess/maestro3_assp_minisrc.fw 26 ess/maestro3_assp_minisrc.fw
27fw-shipped-$(CONFIG_SND_YMFPCI) += yamaha/ds1_ctrl.fw yamaha/ds1_dsp.fw \ 27fw-shipped-$(CONFIG_SND_YMFPCI) += yamaha/ds1_ctrl.fw yamaha/ds1_dsp.fw \
28 yamaha/ds1e_ctrl.fw 28 yamaha/ds1e_ctrl.fw
29fw-shipped-$(CONFIG_USB_KAWETH) += kaweth/new_code.bin kaweth/trigger_code.bin \
30 kaweth/new_code_fix.bin \
31 kaweth/trigger_code_fix.bin
29 32
30fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-) 33fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-)
31 34