ethercat.conf.tmpl
branchstable-1.1
changeset 1724 07c82e520ddd
parent 1723 492767ba685a
child 1725 a5a8a64d2b52
equal deleted inserted replaced
1723:492767ba685a 1724:07c82e520ddd
     1 #------------------------------------------------------------------------------
       
     2 #
       
     3 #  EtherCAT configuration file
       
     4 #
       
     5 #  $Id$
       
     6 #
       
     7 #  This file is a versioned template configuration. Copy it to "ethercat.conf"
       
     8 #  (which is ignored by Subversion) and adjust it to your needs.
       
     9 #
       
    10 #------------------------------------------------------------------------------
       
    11 
       
    12 #
       
    13 # The kernel to compile the EtherCAT sources against
       
    14 #
       
    15 KERNEL := $(shell uname -r)
       
    16 
       
    17 #------------------------------------------------------------------------------