You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/drivers/net/Makefile
|
|
+++ b/drivers/net/Makefile
|
|
@@ -285,3 +285,6 @@ obj-$(CONFIG_VIRTIO_NET) += virtio_net.o
|
|
obj-$(CONFIG_SFC) += sfc/
|
|
|
|
obj-$(CONFIG_WIMAX) += wimax/
|
|
+
|
|
+obj-$(CONFIG_AMAZON_NET_SW) += amazon_sw.o
|
|
+obj-$(CONFIG_ADM6996_SUPPORT) += admmod.o
|
|
|