aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-03-30 10:14:59 -0400
committerJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-03-30 10:32:50 -0400
commit4b6ece97e0b61306d4b8de6820f602e4cf5d8d6b (patch)
tree89770caf76faa45ce1189a1f5306917f30b10004 /firmware/Makefile
parenta7a5eb9d4eb9908709df66e8f8f1724b5b108258 (diff)
3C359: use request_firmware
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index fc7d42774398..65cc2214eac5 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -26,6 +26,7 @@ fw-shipped- += acenic/tg1.bin
26else 26else
27acenic-objs := acenic/tg1.bin acenic/tg2.bin 27acenic-objs := acenic/tg1.bin acenic/tg2.bin
28endif 28endif
29fw-shipped-$(CONFIG_3C359) += 3com/3C359.bin
29fw-shipped-$(CONFIG_ACENIC) += $(acenic-objs) 30fw-shipped-$(CONFIG_ACENIC) += $(acenic-objs)
30fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \ 31fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \
31 adaptec/starfire_tx.bin 32 adaptec/starfire_tx.bin