ethercat.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Thu, 06 Jul 2006 08:23:24 +0000
changeset 293 14aeb79aa992
parent 281 c91bbf7bc52c
permissions -rw-r--r--
Renamed command structure to datagram.
#------------------------------------------------------------------------------
#
#  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)

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