author | Florian Pose <fp@igh-essen.com> |
Wed, 19 Jul 2006 13:08:21 +0000 | |
changeset 305 | 03aab3068f08 |
parent 281 | c91bbf7bc52c |
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 |
||
250
440ae5f6d2c3
Created scripts directory and improved install and init scripts.
Florian Pose <fp@igh-essen.com>
parents:
169
diff
changeset
|
12 |
# |
167 | 13 |
# The kernel to compile the EtherCAT sources against |
250
440ae5f6d2c3
Created scripts directory and improved install and init scripts.
Florian Pose <fp@igh-essen.com>
parents:
169
diff
changeset
|
14 |
# |
281
c91bbf7bc52c
Better modules_install targets.
Florian Pose <fp@igh-essen.com>
parents:
250
diff
changeset
|
15 |
KERNEL := $(shell uname -r) |
103 | 16 |
|
167 | 17 |
#------------------------------------------------------------------------------ |