fp@103: #------------------------------------------------------------------------------ fp@103: # fp@167: # EtherCAT configuration file fp@103: # fp@103: # $Id$ fp@103: # fp@103: # This file is a versioned template configuration. Copy it to "ethercat.conf" fp@103: # (which is ignored by Subversion) and adjust it to your needs. fp@103: # fp@103: #------------------------------------------------------------------------------ fp@103: fp@167: # The kernel to compile the EtherCAT sources against fp@169: KERNEL := `uname -r` fp@103: fp@169: # PCI index of the EtherCAT device fp@169: DEVICEINDEX := 99 fp@167: fp@167: #------------------------------------------------------------------------------