ethercat.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Fri, 08 Sep 2006 12:51:04 +0000
changeset 356 4bdc4f2e1a93
parent 281 c91bbf7bc52c
permissions -rw-r--r--
Compile/Version info in sysconfig master info file.
#------------------------------------------------------------------------------
#
#  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)

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