Skip to content
Snippets Groups Projects
Commit ed5a1a23 authored by Florian Pose's avatar Florian Pose
Browse files

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

parent 15de54a8
No related branches found
No related tags found
No related merge requests found
...@@ -53,10 +53,10 @@ else ...@@ -53,10 +53,10 @@ else
# default section # default section
#---------------------------------------------------------------- #----------------------------------------------------------------
ifneq ($(wildcard ethercat.conf),) ifneq ($(wildcard kernel.conf),)
include ethercat.conf include kernel.conf
else else
KERNELDIR = /usr/src/linux KERNELDIR := /lib/modules/`uname -r`/build
endif endif
modules: modules:
......
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# #
# EtherCAT Konfigurationsdatei Kernel 2.6 # Kernel configuration file for EtherCAT mini sample
# #
# $Id$ # $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. # (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 ...@@ -58,7 +58,7 @@ else
ifneq ($(wildcard kernel.conf),) ifneq ($(wildcard kernel.conf),)
include kernel.conf include kernel.conf
else else
KERNELDIR = /usr/src/linux KERNELDIR := /lib/modules/`uname -r`/build
endif endif
modules: modules:
......
...@@ -9,5 +9,4 @@ ...@@ -9,5 +9,4 @@
# #
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
KERNELDIR = /usr/src/linux KERNELDIR = /lib/modules/`uname -r`/build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment