mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-22 01:53:54 +08:00
MERGE branches/srable-1.0 -r426:427 -> trunk (config files)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user