examples/rt/rt.conf.tmpl
changeset 224 4828e5e419bf
parent 223 daa5e5656b35
child 225 9e8150db6fc8
equal deleted inserted replaced
223:daa5e5656b35 224:4828e5e419bf
     1 #------------------------------------------------------------------------------
       
     2 #
       
     3 #  Configuration file for msr realtime modules
       
     4 #
       
     5 #  $Id$
       
     6 #
       
     7 #  This file is a versioned template configuration. Copy it to "rt.conf"
       
     8 #  (which is ignored by Subversion) and adjust it to your needs.
       
     9 #
       
    10 #------------------------------------------------------------------------------
       
    11 
       
    12 # Module name (without extension)
       
    13 MODULENAME := ec_rt_sample
       
    14 
       
    15 # The kernel to compile the EtherCAT sources against
       
    16 KERNEL := `uname -r`
       
    17 
       
    18 #------------------------------------------------------------------------------