ethercat.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Wed, 09 Aug 2006 15:00:20 +0000
changeset 343 b3858d25ba4b
parent 281 c91bbf7bc52c
permissions -rw-r--r--
Added missing code documentation.
#------------------------------------------------------------------------------
#
#  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)

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