ethercat.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Tue, 29 Aug 2006 16:17:31 +0000
changeset 352 3f79f0637c60
parent 281 c91bbf7bc52c
permissions -rw-r--r--
Added PDO defines to ecdb.h
#------------------------------------------------------------------------------
#
#  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)

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