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.
9 lines
306 B
9 lines
306 B
--- a/drivers/net/Makefile
|
|
+++ b/drivers/net/Makefile
|
|
@@ -302,3 +302,6 @@ obj-$(CONFIG_CAIF) += caif/
|
|
obj-$(CONFIG_OCTEON_MGMT_ETHERNET) += octeon/
|
|
obj-$(CONFIG_PCH_GBE) += pch_gbe/
|
|
obj-$(CONFIG_TILE_NET) += tile/
|
|
+
|
|
+obj-$(CONFIG_AMAZON_NET_SW) += amazon_sw.o
|
|
+obj-$(CONFIG_ADM6996_SUPPORT) += admmod.o
|
|
|