From fcf5ef5a095db68e667d9c698340272fffa9d2cd Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 24 Jan 2012 11:43:50 +0100 Subject: [PATCH] Added missing dist for e1000 driver for 2.6.31. --- devices/e1000/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/devices/e1000/Makefile.am b/devices/e1000/Makefile.am index 15b189bb..016b6b7a 100644 --- a/devices/e1000/Makefile.am +++ b/devices/e1000/Makefile.am @@ -48,6 +48,8 @@ EXTRA_DIST = \ e1000-2.6.28-orig.h \ e1000-2.6.29-ethercat.h \ e1000-2.6.29-orig.h \ + e1000-2.6.31-ethercat.h \ + e1000-2.6.31-orig.h \ e1000-2.6.32-ethercat.h \ e1000-2.6.32-orig.h \ e1000-2.6.33-ethercat.h \ @@ -72,6 +74,8 @@ EXTRA_DIST = \ e1000_ethtool-2.6.28-orig.c \ e1000_ethtool-2.6.29-ethercat.c \ e1000_ethtool-2.6.29-orig.c \ + e1000_ethtool-2.6.31-ethercat.c \ + e1000_ethtool-2.6.31-orig.c \ e1000_ethtool-2.6.32-ethercat.c \ e1000_ethtool-2.6.32-orig.c \ e1000_ethtool-2.6.33-ethercat.c \ @@ -114,6 +118,10 @@ EXTRA_DIST = \ e1000_hw-2.6.29-ethercat.h \ e1000_hw-2.6.29-orig.c \ e1000_hw-2.6.29-orig.h \ + e1000_hw-2.6.31-ethercat.c \ + e1000_hw-2.6.31-ethercat.h \ + e1000_hw-2.6.31-orig.c \ + e1000_hw-2.6.31-orig.h \ e1000_hw-2.6.32-ethercat.c \ e1000_hw-2.6.32-ethercat.h \ e1000_hw-2.6.32-orig.c \ @@ -144,6 +152,8 @@ EXTRA_DIST = \ e1000_main-2.6.28-orig.c \ e1000_main-2.6.29-ethercat.c \ e1000_main-2.6.29-orig.c \ + e1000_main-2.6.31-ethercat.c \ + e1000_main-2.6.31-orig.c \ e1000_main-2.6.32-ethercat.c \ e1000_main-2.6.32-orig.c \ e1000_main-2.6.33-ethercat.c \ @@ -168,6 +178,8 @@ EXTRA_DIST = \ e1000_osdep-2.6.28-orig.h \ e1000_osdep-2.6.29-ethercat.h \ e1000_osdep-2.6.29-orig.h \ + e1000_osdep-2.6.31-ethercat.h \ + e1000_osdep-2.6.31-orig.h \ e1000_osdep-2.6.32-ethercat.h \ e1000_osdep-2.6.32-orig.h \ e1000_osdep-2.6.33-ethercat.h \ @@ -192,6 +204,8 @@ EXTRA_DIST = \ e1000_param-2.6.28-orig.c \ e1000_param-2.6.29-ethercat.c \ e1000_param-2.6.29-orig.c \ + e1000_param-2.6.31-ethercat.c \ + e1000_param-2.6.31-orig.c \ e1000_param-2.6.32-ethercat.c \ e1000_param-2.6.32-orig.c \ e1000_param-2.6.33-ethercat.c \