rt/rt.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Wed, 26 Apr 2006 10:15:02 +0000
changeset 208 b7797f8a813d
parent 181 3e9155836bc7
permissions -rw-r--r--
command timeout, EoE processing with kernel timer.
#------------------------------------------------------------------------------
#
#  Configuration file for msr realtime modules
#
#  $Id$
#
#  This file is a versioned template configuration. Copy it to "rt.conf"
#  (which is ignored by Subversion) and adjust it to your needs.
#
#------------------------------------------------------------------------------

# Module name (without extension)
MODULENAME := ec_rt_sample

# The kernel to compile the EtherCAT sources against
KERNEL := `uname -r`

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