author | Florian Pose <fp@igh-essen.com> |
Wed, 03 May 2006 08:01:20 +0000 | |
changeset 213 | 8d723b9833a9 |
parent 169 | b3ecbec2c487 |
child 250 | 440ae5f6d2c3 |
permissions | -rw-r--r-- |
103 | 1 |
#------------------------------------------------------------------------------ |
2 |
# |
|
167 | 3 |
# EtherCAT configuration file |
103 | 4 |
# |
5 |
# $Id$ |
|
6 |
# |
|
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. |
|
9 |
# |
|
10 |
#------------------------------------------------------------------------------ |
|
11 |
||
167 | 12 |
# The kernel to compile the EtherCAT sources against |
169
b3ecbec2c487
Better installer and startup scripts.
Florian Pose <fp@igh-essen.com>
parents:
167
diff
changeset
|
13 |
KERNEL := `uname -r` |
103 | 14 |
|
169
b3ecbec2c487
Better installer and startup scripts.
Florian Pose <fp@igh-essen.com>
parents:
167
diff
changeset
|
15 |
# PCI index of the EtherCAT device |
b3ecbec2c487
Better installer and startup scripts.
Florian Pose <fp@igh-essen.com>
parents:
167
diff
changeset
|
16 |
DEVICEINDEX := 99 |
167 | 17 |
|
18 |
#------------------------------------------------------------------------------ |