19 lines
585 B
Cheetah
19 lines
585 B
Cheetah
#------------------------------------------------------------------------------
|
|
#
|
|
# 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
|
|
|
|
#------------------------------------------------------------------------------
|