ethercat.conf.tmpl
changeset 169 b3ecbec2c487
parent 167 37c65411b411
child 250 440ae5f6d2c3
equal deleted inserted replaced
168:8505cc1ad3ce 169:b3ecbec2c487
     8 #  (which is ignored by Subversion) and adjust it to your needs.
     8 #  (which is ignored by Subversion) and adjust it to your needs.
     9 #
     9 #
    10 #------------------------------------------------------------------------------
    10 #------------------------------------------------------------------------------
    11 
    11 
    12 # The kernel to compile the EtherCAT sources against
    12 # The kernel to compile the EtherCAT sources against
    13 KERNELDIR = /usr/src/linux
    13 KERNEL := `uname -r`
    14 
    14 
    15 # Install directory used by "make install"
    15 # PCI index of the EtherCAT device
    16 INSTALLDIR := /opt/ethercat
    16 DEVICEINDEX := 99
    17 
    17 
    18 #------------------------------------------------------------------------------
    18 #------------------------------------------------------------------------------