ethercat.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Mon, 29 May 2006 09:54:18 +0000
branchstable-1.0
changeset 1620 9d7453c16ade
parent 1619 0d4119024f55
child 281 c91bbf7bc52c
permissions -rw-r--r--
Consistent example configuration files.
#------------------------------------------------------------------------------
#
#  EtherCAT configuration file
#
#  $Id$
#
#  This file is a versioned template configuration. Copy it to "ethercat.conf"
#  (which is ignored by Subversion) and adjust it to your needs.
#
#------------------------------------------------------------------------------

#
# The kernel to compile the EtherCAT sources against
#
KERNEL := `uname -r`

#------------------------------------------------------------------------------