diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-05-09 22:41:59 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-05-15 20:23:16 -0400 |
commit | ee446fd5e6dafee4a16fd1bd345d2571dcfd6f5d (patch) | |
tree | 6c2400cff6bd26c8bfb06bd523b227a0e3aa232e /firmware/Makefile | |
parent | 211ed865108e24697b44bee5daac502ee6bdd4a4 (diff) |
tokenring: delete all remaining driver support
This represents the mass deletion of the of the tokenring support.
It gets rid of:
- the net/tr.c which the drivers depended on
- the drivers/net component
- the Kbuild infrastructure around it
- any tokenring related CONFIG_ settings in any defconfigs
- the tokenring headers in the include/linux dir
- the firmware associated with the tokenring drivers.
- any associated token ring documentation.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'firmware/Makefile')
-rw-r--r-- | firmware/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/Makefile b/firmware/Makefile index 0d15a3d113a2..344713b11669 100644 --- a/firmware/Makefile +++ b/firmware/Makefile | |||
@@ -26,7 +26,6 @@ fw-shipped- += acenic/tg1.bin | |||
26 | else | 26 | else |
27 | acenic-objs := acenic/tg1.bin acenic/tg2.bin | 27 | acenic-objs := acenic/tg1.bin acenic/tg2.bin |
28 | endif | 28 | endif |
29 | fw-shipped-$(CONFIG_3C359) += 3com/3C359.bin | ||
30 | fw-shipped-$(CONFIG_ACENIC) += $(acenic-objs) | 29 | fw-shipped-$(CONFIG_ACENIC) += $(acenic-objs) |
31 | fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \ | 30 | fw-shipped-$(CONFIG_ADAPTEC_STARFIRE) += adaptec/starfire_rx.bin \ |
32 | adaptec/starfire_tx.bin | 31 | adaptec/starfire_tx.bin |
@@ -86,7 +85,6 @@ fw-shipped-$(CONFIG_SCSI_QLOGIC_1280) += qlogic/1040.bin qlogic/1280.bin \ | |||
86 | qlogic/12160.bin | 85 | qlogic/12160.bin |
87 | fw-shipped-$(CONFIG_SCSI_QLOGICPTI) += qlogic/isp1000.bin | 86 | fw-shipped-$(CONFIG_SCSI_QLOGICPTI) += qlogic/isp1000.bin |
88 | fw-shipped-$(CONFIG_INFINIBAND_QIB) += qlogic/sd7220.fw | 87 | fw-shipped-$(CONFIG_INFINIBAND_QIB) += qlogic/sd7220.fw |
89 | fw-shipped-$(CONFIG_SMCTR) += tr_smctr.bin | ||
90 | fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp | 88 | fw-shipped-$(CONFIG_SND_KORG1212) += korg/k1212.dsp |
91 | fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ | 89 | fw-shipped-$(CONFIG_SND_MAESTRO3) += ess/maestro3_assp_kernel.fw \ |
92 | ess/maestro3_assp_minisrc.fw | 90 | ess/maestro3_assp_minisrc.fw |