ethercat.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Sat, 23 Sep 2006 10:56:02 +0000
changeset 363 58588a3a1562
parent 281 c91bbf7bc52c
permissions -rw-r--r--
Bugfix: ecrt_domain_state() always returned -1.
#------------------------------------------------------------------------------
#
#  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)

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