diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-05-29 13:39:16 (GMT) |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-10 13:47:50 (GMT) |
commit | 0f805b86c9492c294c710de8539a8be68b521a86 (patch) | |
tree | 84ab8143ed83daae5faf0ecb66bf9dda8a6a92ca /firmware/Makefile | |
parent | 18ee6dfae89d9c131e3c9952939633ba8fa86247 (diff) | |
download | linux-0f805b86c9492c294c710de8539a8be68b521a86.tar.xz |
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 a962fe9..7a8fa9e 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -20,6 +20,7 @@ fw-external-y := $(subst ",,$(CONFIG_EXTRA_FIRMWARE)) # accurate. In the latter case it doesn't matter -- it'll use $(fw-shipped-all). # But be aware that the config file might not be included at all. +fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ ess/maestro3_assp_minisrc.fw |