mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-12 09:54:53 +00:00
10 lines
264 B
Diff
10 lines
264 B
Diff
|
--- a/drivers/net/Makefile
|
||
|
+++ b/drivers/net/Makefile
|
||
|
@@ -272,3 +272,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
|