diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-05-29 09:39:16 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-10 09:47:50 -0400 |
commit | 0f805b86c9492c294c710de8539a8be68b521a86 (patch) | |
tree | 84ab8143ed83daae5faf0ecb66bf9dda8a6a92ca /firmware/Makefile | |
parent | 18ee6dfae89d9c131e3c9952939633ba8fa86247 (diff) |
smctr: use request_firmware()
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index a962fe91e908..7a8fa9e1f46c 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 | ||
23 | fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin | ||
23 | fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp | 24 | fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp |
24 | fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ | 25 | fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ |
25 | ess/maestro3_assp_minisrc.fw | 26 | ess/maestro3_assp_minisrc.fw |