ethercat.conf.tmpl
changeset 167 37c65411b411
parent 103 d2a8adde27c4
child 169 b3ecbec2c487
equal deleted inserted replaced
166:29b19a90ff3f 167:37c65411b411
     1 #------------------------------------------------------------------------------
     1 #------------------------------------------------------------------------------
     2 #
     2 #
     3 #  EtherCAT Konfigurationsdatei Kernel 2.6
     3 #  EtherCAT configuration file
     4 #
     4 #
     5 #  $Id$
     5 #  $Id$
     6 #
     6 #
     7 #  This file is a versioned template configuration. Copy it to "ethercat.conf"
     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.
     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 KERNELDIR = /usr/src/linux
    13 KERNELDIR = /usr/src/linux
    13 
    14 
       
    15 # Install directory used by "make install"
       
    16 INSTALLDIR := /opt/ethercat
       
    17 
       
    18 #------------------------------------------------------------------------------