mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-08-19 19:14:04 +08:00
16 lines
515 B
Cheetah
16 lines
515 B
Cheetah
#------------------------------------------------------------------------------
|
|
#
|
|
# Configuration file for MSR realtime modules
|
|
#
|
|
# $Id$
|
|
#
|
|
# This file is a versioned template configuration. Copy it to "kernel.conf"
|
|
# (which is ignored by Subversion) and adjust it to your needs.
|
|
#
|
|
#------------------------------------------------------------------------------
|
|
|
|
# Kernel sources for module compilation
|
|
KERNEL := $(shell uname -r)
|
|
|
|
#------------------------------------------------------------------------------
|