diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-07-15 03:18:21 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 00:21:43 -0700 |
commit | 9e13fbf7af3cb044f365e8df9c0e9277715cfc7c (patch) | |
tree | 9093489bce7301d1d58bdfa7d7142ba9fb83e49a /drivers/net/ethernet/seeq/Makefile | |
parent | 8862bf1ed60de49550109b7023a0a33eb7db8b3c (diff) | |
download | blackbird-op-linux-9e13fbf7af3cb044f365e8df9c0e9277715cfc7c.tar.gz blackbird-op-linux-9e13fbf7af3cb044f365e8df9c0e9277715cfc7c.zip |
seeq: Move the SEEQ drivers
Move the drivers that use SEEQ chipset into drivers/net/ethernet/seeq
and make the necessary Kconfig and Makefile changes.
CC: Russell King <linux@arm.linux.org.uk>
CC: Hamish Coleman <hamish@zot.apana.org.au>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/seeq/Makefile')
-rw-r--r-- | drivers/net/ethernet/seeq/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/ethernet/seeq/Makefile b/drivers/net/ethernet/seeq/Makefile new file mode 100644 index 000000000000..3e258a580c05 --- /dev/null +++ b/drivers/net/ethernet/seeq/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the SEEQ network device drivers +# + +obj-$(CONFIG_ARM_ETHER3) += ether3.o +obj-$(CONFIG_SEEQ8005) += seeq8005.o +obj-$(CONFIG_SGISEEQ) += sgiseeq.o |