diff options
author | Mithlesh Thukral <mithlesh@linsyssoft.com> | 2009-03-20 12:09:04 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-04-03 21:53:14 (GMT) |
commit | cda3b517a478324233d9be71232b60e2e2efe848 (patch) | |
tree | 0bd7fe5c51148d0e6d5da1ed12120be0d9799423 /firmware/Makefile | |
parent | e5ea8da06ba610551a75c79c1467aae379e953ce (diff) | |
download | linux-cda3b517a478324233d9be71232b60e2e2efe848.tar.xz |
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 600b8b4..1666489 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -53,6 +53,8 @@ fw-shipped-$(CONFIG_SLICOSS) += slicoss/gbdownload.sys slicoss/gbrcvucode.sys \ slicoss/oasisdbgdownload.sys \ slicoss/oasisdownload.sys \ slicoss/oasisrcvucode.sys +fw-shipped-$(CONFIG_SXG) += sxg/saharadownloadB.sys \ + sxg/saharadbgdownloadB.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 |