diff -r fcd918d2122f -r d1bd39013a32 devices/e1000/Makefile.am --- a/devices/e1000/Makefile.am Tue Jan 08 12:01:17 2013 +0100 +++ b/devices/e1000/Makefile.am Tue Jan 08 13:31:15 2013 +0100 @@ -60,6 +60,8 @@ e1000-2.6.37-orig.h \ e1000-3.0-ethercat.h \ e1000-3.0-orig.h \ + e1000-3.4-ethercat.h \ + e1000-3.4-orig.h \ e1000_ethtool-2.6.13-ethercat.c \ e1000_ethtool-2.6.13-orig.c \ e1000_ethtool-2.6.18-ethercat.c \ @@ -90,6 +92,8 @@ e1000_ethtool-2.6.37-orig.c \ e1000_ethtool-3.0-ethercat.c \ e1000_ethtool-3.0-orig.c \ + e1000_ethtool-3.4-ethercat.c \ + e1000_ethtool-3.4-orig.c \ e1000_hw-2.6.13-ethercat.c \ e1000_hw-2.6.13-ethercat.h \ e1000_hw-2.6.13-orig.c \ @@ -150,6 +154,10 @@ e1000_hw-3.0-ethercat.h \ e1000_hw-3.0-orig.c \ e1000_hw-3.0-orig.h \ + e1000_hw-3.4-ethercat.c \ + e1000_hw-3.4-ethercat.h \ + e1000_hw-3.4-orig.c \ + e1000_hw-3.4-orig.h \ e1000_main-2.6.13-ethercat.c \ e1000_main-2.6.13-orig.c \ e1000_main-2.6.18-ethercat.c \ @@ -180,6 +188,8 @@ e1000_main-2.6.37-orig.c \ e1000_main-3.0-ethercat.c \ e1000_main-3.0-orig.c \ + e1000_main-3.4-ethercat.c \ + e1000_main-3.4-orig.c \ e1000_osdep-2.6.13-ethercat.h \ e1000_osdep-2.6.13-orig.h \ e1000_osdep-2.6.18-ethercat.h \ @@ -210,6 +220,8 @@ e1000_osdep-2.6.37-orig.h \ e1000_osdep-3.0-ethercat.h \ e1000_osdep-3.0-orig.h \ + e1000_osdep-3.4-ethercat.h \ + e1000_osdep-3.4-orig.h \ e1000_param-2.6.13-ethercat.c \ e1000_param-2.6.13-orig.c \ e1000_param-2.6.18-ethercat.c \ @@ -239,7 +251,9 @@ e1000_param-2.6.37-ethercat.c \ e1000_param-2.6.37-orig.c \ e1000_param-3.0-ethercat.c \ - e1000_param-3.0-orig.c + e1000_param-3.0-orig.c \ + e1000_param-3.4-ethercat.c \ + e1000_param-3.4-orig.c BUILT_SOURCES = \ Kbuild