diff options
author | David Woodhouse <dwmw2@infradead.org> | 2008-05-26 23:01:27 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-10 14:47:44 +0100 |
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)) # 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_SND_KORG1212) += korg/k1212.dsp fw-shipped-all := $(fw-shipped-y) $(fw-shipped-m) $(fw-shipped-) |