diff options
author | Ben Hutchings <bhutchings@solarflare.com> | 2009-10-23 12:29:16 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-10-24 15:26:52 +0400 |
commit | 3473a5b11827fa0f84f18b79373a26290798f54a (patch) | |
tree | 8ca354bc60565904930a8b114528380f06c99cb9 /drivers/net/sfc/Makefile | |
parent | 19e71cf6910defed10c5d22af9f4591bbcd6a0fe (diff) | |
download | linux-3473a5b11827fa0f84f18b79373a26290798f54a.tar.xz |
sfc: Rename Falcon-specific board code and types
Siena will require entirely different board code.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/sfc/Makefile')
-rw-r--r-- | drivers/net/sfc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sfc/Makefile b/drivers/net/sfc/Makefile index b89f9be3cb13..eb217d34e24c 100644 --- a/drivers/net/sfc/Makefile +++ b/drivers/net/sfc/Makefile @@ -1,6 +1,6 @@ sfc-y += efx.o falcon.o tx.o rx.o falcon_gmac.o \ falcon_xmac.o selftest.o ethtool.o xfp_phy.o \ - mdio_10g.o tenxpress.o boards.o sfe4001.o + mdio_10g.o tenxpress.o falcon_boards.o sfe4001.o sfc-$(CONFIG_SFC_MTD) += mtd.o obj-$(CONFIG_SFC) += sfc.o |