diff options
author | Mithlesh Thukral <mithlesh@linsyssoft.com> | 2009-03-20 08:09:04 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-04-03 17:53:14 -0400 |
commit | cda3b517a478324233d9be71232b60e2e2efe848 (patch) | |
tree | 0bd7fe5c51148d0e6d5da1ed12120be0d9799423 /firmware/Makefile | |
parent | e5ea8da06ba610551a75c79c1467aae379e953ce (diff) |
Staging: sxg: Add support to download the firmware using request_firmware()
Add support for downloading the firmware using kernel-builtin mechanism.
This will remove the need for the firmware files in the driver source code.
Signed-off-by: Christopher Harrer <charrer@alacritech.com>
Signed-off-by: Mithlesh Thukral <mithlesh@linsyssoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 600b8b40a4fb..16664894966d 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -53,6 +53,8 @@ fw-shipped-$(CONFIG_SLICOSS) += slicoss/gbdownload.sys slicoss/gbrcvucode.sys \ | |||
53 | slicoss/oasisdbgdownload.sys \ | 53 | slicoss/oasisdbgdownload.sys \ |
54 | slicoss/oasisdownload.sys \ | 54 | slicoss/oasisdownload.sys \ |
55 | slicoss/oasisrcvucode.sys | 55 | slicoss/oasisrcvucode.sys |
56 | fw-shipped-$(CONFIG_SXG) += sxg/saharadownloadB.sys \ | ||
57 | sxg/saharadbgdownloadB.sys | ||
56 | fw-shipped-$(CONFIG_SND_YMFPCI) += yamaha/ds1_ctrl.fw yamaha/ds1_dsp.fw \ | 58 | fw-shipped-$(CONFIG_SND_YMFPCI) += yamaha/ds1_ctrl.fw yamaha/ds1_dsp.fw \ |
57 | yamaha/ds1e_ctrl.fw | 59 | yamaha/ds1e_ctrl.fw |
58 | fw-shipped-$(CONFIG_TEHUTI) += tehuti/bdx.bin | 60 | fw-shipped-$(CONFIG_TEHUTI) += tehuti/bdx.bin |