diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-05-29 07:48:34 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-10 09:47:46 -0400 |
commit | a292f404fabb342716a9d96e8155b7fb7b651dc1 (patch) | |
tree | 5451a8901b2d61c39218c518204733759456b4a7 /firmware/Makefile | |
parent | 76770664dcbc008300c2ac8747671efcc4f78c2d (diff) |
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 ea4a883f5c60..f312ac0e8979 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -21,6 +21,8 @@ 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 | ||
23 | fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp | 23 | fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp |
24 | fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ | ||
25 | ess/maestro3_assp_minisrc.fw | ||
24 | 26 | ||
25 | fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-) | 27 | fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-) |
26 | 28 | ||