MERGE branches/srable-1.0 -r426:427 -> trunk (config files)
This commit is contained in:
parent
b0c8f6d50f
commit
430c24a086
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -9,5 +9,4 @@
|
|||
#
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
KERNELDIR = /usr/src/linux
|
||||
|
||||
KERNELDIR = /lib/modules/`uname -r`/build
|
||||
|
|
|
|||
Loading…
Reference in New Issue