examples/rt/rt.conf.tmpl
changeset 224 4828e5e419bf
parent 223 daa5e5656b35
child 225 9e8150db6fc8
--- a/examples/rt/rt.conf.tmpl	Wed May 10 07:57:26 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-#------------------------------------------------------------------------------
-#
-#  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`
-
-#------------------------------------------------------------------------------