diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-05-29 14:48:34 +0300 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-10 14:47:46 +0100 |
commit | a292f404fabb342716a9d96e8155b7fb7b651dc1 (patch) | |
tree | 5451a8901b2d61c39218c518204733759456b4a7 /firmware/Makefile | |
parent | 76770664dcbc008300c2ac8747671efcc4f78c2d (diff) | |
download | linux-3.10-a292f404fabb342716a9d96e8155b7fb7b651dc1.tar.gz linux-3.10-a292f404fabb342716a9d96e8155b7fb7b651dc1.tar.bz2 linux-3.10-a292f404fabb342716a9d96e8155b7fb7b651dc1.zip |
firmware: convert maestro3 driver to use firmware loader exclusively
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index ea4a883f5c6..f312ac0e897 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -21,6 +21,8 @@ fw-external-y := $(subst ",,$(CONFIG_EXTRA_FIRMWARE)) # But be aware that the config file might not be included at all. fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp +fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ + ess/maestro3_assp_minisrc.fw fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-) |