From a390c47939b0d418fc2c4cf1f360795949228de5 Mon Sep 17 00:00:00 2001 From: Lior Dotan Date: Fri, 30 Jan 2009 09:51:49 +0200 Subject: 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 Cc: Christopher Harrer Signed-off-by: Greg Kroah-Hartman --- firmware/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/Makefile') 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 \ sb16/ima_adpcm_init.csp \ sb16/ima_adpcm_playback.csp \ sb16/ima_adpcm_capture.csp +fw-shipped-$(CONFIG_SLICOSS) += slicoss/gbdownload.sys slicoss/gbrcvucode.sys \ + slicoss/oasisdbgdownload.sys \ + slicoss/oasisdownload.sys \ + slicoss/oasisrcvucode.sys fw-shipped-$(CONFIG_SND_YMFPCI) += yamaha/ds1_ctrl.fw yamaha/ds1_dsp.fw \ yamaha/ds1e_ctrl.fw fw-shipped-$(CONFIG_TEHUTI) += tehuti/bdx.bin -- cgit v1.2.3