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@1619: # fp@167: # The kernel to compile the EtherCAT sources against fp@1619: # fp@1621: KERNEL := $(shell uname -r) fp@103: fp@167: #------------------------------------------------------------------------------