ethercat.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Tue, 27 Jun 2006 19:34:21 +0000
changeset 289 3c121228ebe9
parent 281 c91bbf7bc52c
permissions -rw-r--r--
Enhancements and bugfixes on bridging script.
#------------------------------------------------------------------------------
#
#  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)

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