rt/rt.conf.tmpl
changeset 181 3e9155836bc7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rt/rt.conf.tmpl	Tue Apr 11 09:08:10 2006 +0000
@@ -0,0 +1,18 @@
+#------------------------------------------------------------------------------
+#
+#  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`
+
+#------------------------------------------------------------------------------