examples/msr/rt.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Wed, 10 May 2006 11:33:10 +0000
changeset 225 9e8150db6fc8
parent 224 4828e5e419bf
permissions -rw-r--r--
Applied RTAI interface to RTAI example.
#------------------------------------------------------------------------------
#
#  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`

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