forked from Minki/linux
630cf09751
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>
4 lines
122 B
Makefile
4 lines
122 B
Makefile
obj-$(CONFIG_WIZNET_W5100) += w5100.o
|
|
obj-$(CONFIG_WIZNET_W5100_SPI) += w5100-spi.o
|
|
obj-$(CONFIG_WIZNET_W5300) += w5300.o
|