From a172a135ec52c7dda45b8e980c2acc2abb45eb0e Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 24 Jan 2012 11:37:46 +0100 Subject: [PATCH] Fixed missing dist for r8169 for 2.6.32. --- devices/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devices/Makefile.am b/devices/Makefile.am index 2af0e431..3811b374 100644 --- a/devices/Makefile.am +++ b/devices/Makefile.am @@ -107,6 +107,8 @@ noinst_HEADERS = \ r8169-2.6.29-orig.c \ r8169-2.6.31-ethercat.c \ r8169-2.6.31-orig.c \ + r8169-2.6.32-ethercat.c \ + r8169-2.6.32-orig.c \ r8169-2.6.33-ethercat.c \ r8169-2.6.33-orig.c \ r8169-2.6.37-ethercat.c \