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.
10 lines
264 B
10 lines
264 B
15 years ago
|
--- a/drivers/net/Makefile
|
||
|
+++ b/drivers/net/Makefile
|
||
|
@@ -286,3 +286,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
|