mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00

This adds new w5100-spi driver which shares the bus interface independent code with existing w5100 driver. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: Mike Sinkovsky <msink@permonline.ru> Cc: David S. Miller <davem@davemloft.net> Signed-off-by: David S. Miller <davem@davemloft.net>
3 lines
122 B
Makefile
3 lines
122 B
Makefile
obj-$(CONFIG_WIZNET_W5100) += w5100.o
|
|
obj-$(CONFIG_WIZNET_W5100_SPI) += w5100-spi.o
|
|
obj-$(CONFIG_WIZNET_W5300) += w5300.o
|