MERGE branches/srable-1.0 -r426:427 -> trunk (config files)

This commit is contained in:
Florian Pose 2006-05-29 12:17:17 +00:00
parent b0c8f6d50f
commit 430c24a086
4 changed files with 8 additions and 10 deletions

View File

@ -53,10 +53,10 @@ else
# default section
#----------------------------------------------------------------
ifneq ($(wildcard ethercat.conf),)
include ethercat.conf
ifneq ($(wildcard kernel.conf),)
include kernel.conf
else
KERNELDIR = /usr/src/linux
KERNELDIR := /lib/modules/`uname -r`/build
endif
modules:

View File

@ -1,13 +1,12 @@
#------------------------------------------------------------------------------
#
# EtherCAT Konfigurationsdatei Kernel 2.6
# Kernel configuration file for EtherCAT mini sample
#
# $Id$
#
# This file is a versioned template configuration. Copy it to "ethercat.conf"
# This file is a versioned template configuration. Copy it to "kernel.conf"
# (which is ignored by Subversion) and adjust it to your needs.
#
#------------------------------------------------------------------------------
KERNELDIR = /usr/src/linux
KERNELDIR = /lib/modules/`uname -r`/build

View File

@ -58,7 +58,7 @@ else
ifneq ($(wildcard kernel.conf),)
include kernel.conf
else
KERNELDIR = /usr/src/linux
KERNELDIR := /lib/modules/`uname -r`/build
endif
modules:

View File

@ -9,5 +9,4 @@
#
#------------------------------------------------------------------------------
KERNELDIR = /usr/src/linux
KERNELDIR = /lib/modules/`uname -r`/build