rt/rt.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Thu, 20 Apr 2006 13:38:48 +0000
branchstable-1.0
changeset 1616 f009a710e8a3
parent 181 3e9155836bc7
permissions -rw-r--r--
(Re-) Creating stable-1.0 branch
#------------------------------------------------------------------------------
#
#  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`

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