examples/rt/rt.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Wed, 10 May 2006 07:57:26 +0000
changeset 223 daa5e5656b35
parent 220 342ad851ec78
permissions -rw-r--r--
Applied new path information to example modules.
#------------------------------------------------------------------------------
#
#  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`

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