ethercat.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Fri, 28 Jul 2006 07:36:55 +0000
changeset 318 5f35e74124d1
parent 281 c91bbf7bc52c
permissions -rw-r--r--
Renamed ec_master_idle() to ec_master_idle_run().
#------------------------------------------------------------------------------
#
#  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)

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