ethercat.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Wed, 19 Jul 2006 15:28:34 +0000
changeset 308 d50b139c8601
parent 281 c91bbf7bc52c
permissions -rw-r--r--
Separated slave scan sub state machine and slave configuration sub state machine.
#------------------------------------------------------------------------------
#
#  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 := $(shell uname -r)

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