ethercat.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Mon, 26 Jun 2006 14:20:36 +0000
changeset 281 c91bbf7bc52c
parent 250 440ae5f6d2c3
permissions -rw-r--r--
Better modules_install targets.
#------------------------------------------------------------------------------
#
#  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
#
KERNEL := $(shell uname -r)

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