ethercat.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Wed, 02 Aug 2006 16:39:39 +0000
branchstable-1.0
changeset 1625 49d577ddcb08
parent 1621 4bbe090553f7
permissions -rw-r--r--
MERGE trunk -r490:491 -> branches/stable-1.0 (Init script bug)
#------------------------------------------------------------------------------
#
#  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)

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