Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1728434
| From | <Tristram.Ha@microchip.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH RFC 1/6] The file ksz_common.c will be used by other KSZ switch drivers. |
| Date | 2017-09-07 23:20 +0200 |
| Message-ID | <uncno-5CP-5@gated-at.bofh.it> (permalink) |
| References | <uncno-5CP-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Tristram Ha <Tristram.Ha@microchip.com> Break ksz_common.c into 2 files so that the common code can be used by other KSZ switch drivers. Signed-off-by: Tristram Ha <Tristram.Ha@microchip.com> --- diff --git a/drivers/net/dsa/microchip/Makefile b/drivers/net/dsa/microchip/Makefile index ed335e2..0961c30 100644 --- a/drivers/net/dsa/microchip/Makefile +++ b/drivers/net/dsa/microchip/Makefile @@ -1,2 +1,2 @@ -obj-$(CONFIG_MICROCHIP_KSZ) += ksz_common.o +obj-$(CONFIG_MICROCHIP_KSZ) += ksz9477.o ksz_common.o obj-$(CONFIG_MICROCHIP_KSZ_SPI_DRIVER) += ksz_spi.o
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH RFC 1/6] The file ksz_common.c will be used by other KSZ switch drivers. <Tristram.Ha@microchip.com> - 2017-09-07 23:20 +0200
Re: [PATCH RFC 1/6] The file ksz_common.c will be used by other KSZ switch drivers. Andrew Lunn <andrew@lunn.ch> - 2017-09-07 23:30 +0200
RE: [PATCH RFC 1/6] The file ksz_common.c will be used by other KSZ switch drivers. <Tristram.Ha@microchip.com> - 2017-09-08 00:30 +0200
Re: [PATCH RFC 1/6] The file ksz_common.c will be used by other KSZ switch drivers. Andrew Lunn <andrew@lunn.ch> - 2017-09-08 00:50 +0200
Re: [PATCH RFC 1/6] The file ksz_common.c will be used by other KSZ switch drivers. Pavel Machek <pavel@ucw.cz> - 2017-09-08 11:00 +0200
Re: [PATCH RFC 1/6] The file ksz_common.c will be used by other KSZ switch drivers. Andrew Lunn <andrew@lunn.ch> - 2017-09-08 02:50 +0200
Re: [PATCH RFC 1/6] The file ksz_common.c will be used by other KSZ switch drivers. Pavel Machek <pavel@ucw.cz> - 2017-09-08 11:00 +0200
csiph-web