aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorLior Dotan <liodot@gmail.com>2009-01-30 02:51:49 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 17:53:05 -0400
commita390c47939b0d418fc2c4cf1f360795949228de5 (patch)
treea4685b5a8cd476a2252895805e9cb4295f95594c /firmware/Makefile
parent9d938335fdc60313b54688091840f6fd44d83db5 (diff)
Staging: slicoss: add binary firmware to firmware directory
Adds the firmware to the firmware directory in ihex format so it can be installed when doing make firmware_install. Also update the firmware location in the driver code so it can locate the files in the right place. This should conclude the move to request_firmware(). Signed-off-by: Lior Dotan <liodot@gmail.com> Cc: Christopher Harrer <charrer@alacritech.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index baf5ae45642d..600b8b40a4fb 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -49,6 +49,10 @@ fw-shipped-$(CONFIG_SND_SB16_CSP) += sb16/mulaw_main.csp sb16/alaw_main.csp \
49 sb16/ima_adpcm_init.csp \ 49 sb16/ima_adpcm_init.csp \
50 sb16/ima_adpcm_playback.csp \ 50 sb16/ima_adpcm_playback.csp \
51 sb16/ima_adpcm_capture.csp 51 sb16/ima_adpcm_capture.csp
52fw-shipped-$(CONFIG_SLICOSS) += slicoss/gbdownload.sys slicoss/gbrcvucode.sys \
53 slicoss/oasisdbgdownload.sys \
54 slicoss/oasisdownload.sys \
55 slicoss/oasisrcvucode.sys
52fw-shipped-$(CONFIG_SND_YMFPCI) += yamaha/ds1_ctrl.fw yamaha/ds1_dsp.fw \ 56fw-shipped-$(CONFIG_SND_YMFPCI) += yamaha/ds1_ctrl.fw yamaha/ds1_dsp.fw \
53 yamaha/ds1e_ctrl.fw 57 yamaha/ds1e_ctrl.fw
54fw-shipped-$(CONFIG_TEHUTI) += tehuti/bdx.bin 58fw-shipped-$(CONFIG_TEHUTI) += tehuti/bdx.bin