aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2008-05-29 12:50:06 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2008-07-10 09:47:53 -0400
commit0a2a736afa91e8a0402c9dbdaf2ee28481a50bd3 (patch)
tree97c3ad0cd3e0f6aaa8360ce8288ab7470e9e572a /firmware/Makefile
parent79682499d9f3eaea4e6a970d8aa0b9bc1ac2a97f (diff)
ttusb-budget: use request_firmware()
Signed-off-by: David Woodhouse <dwmw2@infradead.org> Acked-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index 40939e91c838..be7e015719db 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -20,6 +20,7 @@ fw-external-y := $(subst ",,$(CONFIG_EXTRA_FIRMWARE))
20# accurate. In the latter case it doesn't matter -- it'll use $(fw-shipped-all). 20# accurate. In the latter case it doesn't matter -- it'll use $(fw-shipped-all).
21# But be aware that the config file might not be included at all. 21# But be aware that the config file might not be included at all.
22 22
23fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin
23fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin 24fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin
24fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp 25fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp
25fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ 26fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \