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