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