diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-05-26 18:01:27 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-10 09:47:44 -0400 |
commit | 76770664dcbc008300c2ac8747671efcc4f78c2d (patch) | |
tree | 82df613189899e7808fdeb7b797a5318a0740c0f /firmware/Makefile | |
parent | 59890f74e51abffd0dd017785d89f8a8475d489d (diff) |
firmware: convert korg1212 driver to use firmware loader exclusively
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 40881a96be00..ea4a883f5c60 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_SND_KORG1212) += korg/k1212.dsp | ||
23 | 24 | ||
24 | fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-) | 25 | fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-) |
25 | 26 | ||