diff -r 6ad972f38438 -r 5e9221a78855 devices/e1000e/Makefile.am --- a/devices/e1000e/Makefile.am Mon Jan 07 11:34:58 2013 +0100 +++ b/devices/e1000e/Makefile.am Mon Jan 07 18:23:27 2013 +0100 @@ -28,6 +28,8 @@ #------------------------------------------------------------------------------ EXTRA_DIST = \ + 80003es2lan-3.4-ethercat.c \ + 80003es2lan-3.4-orig.c \ 82571-2.6.32-ethercat.c \ 82571-2.6.32-orig.c \ 82571-2.6.33-ethercat.c \ @@ -40,6 +42,8 @@ 82571-2.6.37-orig.c \ 82571-3.2-ethercat.c \ 82571-3.2-orig.c \ + 82571-3.4-ethercat.c \ + 82571-3.4-orig.c \ Kbuild.in \ defines-2.6.32-ethercat.h \ defines-2.6.32-orig.h \ @@ -53,6 +57,8 @@ defines-2.6.37-orig.h \ defines-3.2-ethercat.h \ defines-3.2-orig.h \ + defines-3.4-ethercat.h \ + defines-3.4-orig.h \ e1000-2.6.32-ethercat.h \ e1000-2.6.32-orig.h \ e1000-2.6.33-ethercat.h \ @@ -65,6 +71,8 @@ e1000-2.6.37-orig.h \ e1000-3.2-ethercat.h \ e1000-3.2-orig.h \ + e1000-3.4-ethercat.h \ + e1000-3.4-orig.h \ es2lan-2.6.32-ethercat.c \ es2lan-2.6.32-orig.c \ es2lan-2.6.33-ethercat.c \ @@ -89,6 +97,8 @@ ethtool-2.6.37-orig.c \ ethtool-3.2-ethercat.c \ ethtool-3.2-orig.c \ + ethtool-3.4-ethercat.c \ + ethtool-3.4-orig.c \ hw-2.6.32-ethercat.h \ hw-2.6.32-orig.h \ hw-2.6.33-ethercat.h \ @@ -101,6 +111,8 @@ hw-2.6.37-orig.h \ hw-3.2-ethercat.h \ hw-3.2-orig.h \ + hw-3.4-ethercat.h \ + hw-3.4-orig.h \ ich8lan-2.6.32-ethercat.c \ ich8lan-2.6.32-orig.c \ ich8lan-2.6.33-ethercat.c \ @@ -113,6 +125,8 @@ ich8lan-2.6.37-orig.c \ ich8lan-3.2-ethercat.c \ ich8lan-3.2-orig.c \ + ich8lan-3.4-ethercat.c \ + ich8lan-3.4-orig.c \ lib-2.6.32-ethercat.c \ lib-2.6.32-orig.c \ lib-2.6.33-ethercat.c \ @@ -125,6 +139,10 @@ lib-2.6.37-orig.c \ lib-3.2-ethercat.c \ lib-3.2-orig.c \ + mac-3.4-ethercat.c \ + mac-3.4-orig.c \ + manage-3.4-ethercat.c \ + manage-3.4-orig.c \ netdev-2.6.32-ethercat.c \ netdev-2.6.32-orig.c \ netdev-2.6.33-ethercat.c \ @@ -137,6 +155,10 @@ netdev-2.6.37-orig.c \ netdev-3.2-ethercat.c \ netdev-3.2-orig.c \ + netdev-3.4-ethercat.c \ + netdev-3.4-orig.c \ + nvm-3.4-ethercat.c \ + nvm-3.4-orig.c \ param-2.6.32-ethercat.c \ param-2.6.32-orig.c \ param-2.6.33-ethercat.c \ @@ -149,6 +171,8 @@ param-2.6.37-orig.c \ param-3.2-ethercat.c \ param-3.2-orig.c \ + param-3.4-ethercat.c \ + param-3.4-orig.c \ phy-2.6.32-ethercat.c \ phy-2.6.32-orig.c \ phy-2.6.33-ethercat.c \ @@ -160,7 +184,9 @@ phy-2.6.37-ethercat.c \ phy-2.6.37-orig.c \ phy-3.2-ethercat.c \ - phy-3.2-orig.c + phy-3.2-orig.c \ + phy-3.4-ethercat.c \ + phy-3.4-orig.c BUILT_SOURCES = \ Kbuild