mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-06 11:51:45 +08:00
18 lines
518 B
Cheetah
18 lines
518 B
Cheetah
#------------------------------------------------------------------------------
|
|
#
|
|
# EtherCAT configuration file
|
|
#
|
|
# $Id$
|
|
#
|
|
# This file is a versioned template configuration. Copy it to "ethercat.conf"
|
|
# (which is ignored by Subversion) and adjust it to your needs.
|
|
#
|
|
#------------------------------------------------------------------------------
|
|
|
|
#
|
|
# The kernel to compile the EtherCAT sources against
|
|
#
|
|
KERNEL := $(shell uname -r)
|
|
|
|
#------------------------------------------------------------------------------
|