diff -r c5757cebfaea -r 2f7f5fa7b870 devices/Makefile.am --- a/devices/Makefile.am Mon Jul 28 08:30:44 2008 +0000 +++ b/devices/Makefile.am Thu Oct 02 08:00:18 2008 +0000 @@ -45,13 +45,7 @@ 8139too-2.6.18-ethercat.c \ 8139too-2.6.18-orig.c \ 8139too-2.6.19-ethercat.c \ - 8139too-2.6.19-orig.c \ - e100-2.6.18-ethercat.c \ - e100-2.6.18-orig.c \ - forcedeth-2.6.17-ethercat.c \ - forcedeth-2.6.17-orig.c \ - forcedeth-2.6.19-ethercat.c \ - forcedeth-2.6.19-orig.c + 8139too-2.6.19-orig.c modules: $(MAKE) -C "@abs_top_srcdir@" modules @@ -64,9 +58,6 @@ if ENABLE_E100 cp $(srcdir)/ec_e100.ko $(DESTDIR)$(LINUX_MOD_PATH) endif -if ENABLE_FORCEDETH - cp $(srcdir)/ec_forcedeth.ko $(DESTDIR)$(LINUX_MOD_PATH) -endif if ENABLE_E1000 $(MAKE) -C e1000 modules_install endif