ethercat.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Fri, 07 Apr 2006 08:22:48 +0000
changeset 167 37c65411b411
parent 103 d2a8adde27c4
child 169 b3ecbec2c487
permissions -rw-r--r--
Added install script
#------------------------------------------------------------------------------
#
#  EtherCAT configuration file
#
#  $Id$
#
#  This file is a versioned template configuration. Copy it to "ethercat.conf"
#  (which is ignored by Subversion) and adjust it to your needs.
#
#------------------------------------------------------------------------------

# The kernel to compile the EtherCAT sources against
KERNELDIR = /usr/src/linux

# Install directory used by "make install"
INSTALLDIR := /opt/ethercat

#------------------------------------------------------------------------------