ethercat.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Mon, 25 Sep 2006 12:15:36 +0000
branchstable-1.1
changeset 1723 492767ba685a
parent 281 c91bbf7bc52c
permissions -rw-r--r--
MERGE: trunk -r543:544 -> branches/stable-1.1 (Indentation init 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)

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