aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2008-06-11 11:57:21 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2008-07-10 09:49:41 -0400
commit547d8bb7ddf7f5d9f53741086a394c8318e15f16 (patch)
tree0d5c0bd50701771a39496d7bdec0db4d10d067ff /firmware/Makefile
parent27d202fff1555f5b0eb16a5aedc452566f9ab8bb (diff)
ip2: use request_firmware()
Converted with help from Jaswinder Singh Signed-off-by: David Woodhouse <dwmw2@infradead.org> Acked-by: Alan Cox <alan@redhat.com>
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 a561bdfb2eca..2f81089dfd2c 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -21,6 +21,7 @@ fw-external-y := $(subst ",,$(CONFIG_EXTRA_FIRMWARE))
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_ATM_AMBASSADOR) += atmsar11.fw 23fw-shipped-$(CONFIG_ATM_AMBASSADOR) += atmsar11.fw
24fw-shipped-$(CONFIG_COMPUTONE) += intelliport2.bin
24fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin 25fw-shipped-$(CONFIG_DVB_TTUSB_BUDGET) += ttusb-budget/dspbootcode.bin
25fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin 26fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin
26fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp 27fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp