fp@181: #------------------------------------------------------------------------------ fp@181: # fp@181: # Configuration file for msr realtime modules fp@181: # fp@181: # $Id$ fp@181: # fp@181: # This file is a versioned template configuration. Copy it to "rt.conf" fp@181: # (which is ignored by Subversion) and adjust it to your needs. fp@181: # fp@181: #------------------------------------------------------------------------------ fp@181: fp@181: # Module name (without extension) fp@181: MODULENAME := ec_rt_sample fp@181: fp@181: # The kernel to compile the EtherCAT sources against fp@181: KERNEL := `uname -r` fp@181: fp@181: #------------------------------------------------------------------------------