mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 15:51:46 +00:00
b340a207c5
The cs89x0 driver was initial placed in the apple/ when it should have been placed in the cirrus/. This resolves the issue by moving the dirver and fixing up the respective Kconfig(s) and Makefile(s). Thanks to Sascha for reporting the issue. -v2 Fix a config error that was introduced with v1 by removing the dependency on MACE for NET_VENDOR_APPLE. CC: Russell Nelson <nelson@crynwr.com> CC: Andrew Morton <akpm@linux-foundation.org> Reported-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
129 B
Makefile
7 lines
129 B
Makefile
#
|
|
# Makefile for the Cirrus network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_CS89x0) += cs89x0.o
|
|
obj-$(CONFIG_EP93XX_ETH) += ep93xx_eth.o
|