diff -r c21e7c12dd50 -r 674071846ee3 mini/Makefile --- a/mini/Makefile Thu Apr 20 13:19:36 2006 +0000 +++ b/mini/Makefile Thu Apr 20 13:31:31 2006 +0000 @@ -2,7 +2,7 @@ # # Makefile # -# Minimales EtherCAT-Modul +# Minimal EtherCAT module. # # $Id$ # @@ -11,7 +11,7 @@ ifneq ($(KERNELRELEASE),) #---------------------------------------------------------------- -# Kbuild-Abschnitt +# kbuild section #---------------------------------------------------------------- obj-m := ec_mini.o @@ -23,7 +23,7 @@ else #---------------------------------------------------------------- -# Default-Abschnitt +# default section #---------------------------------------------------------------- ifneq ($(wildcard ethercat.conf),)