220
|
1 |
#------------------------------------------------------------------------------
|
|
2 |
#
|
|
3 |
# Configuration file for msr realtime modules
|
|
4 |
#
|
|
5 |
# $Id$
|
|
6 |
#
|
|
7 |
# This file is a versioned template configuration. Copy it to "rt.conf"
|
|
8 |
# (which is ignored by Subversion) and adjust it to your needs.
|
|
9 |
#
|
|
10 |
#------------------------------------------------------------------------------
|
|
11 |
|
|
12 |
# Module name (without extension)
|
|
13 |
MODULENAME := ec_rt_sample
|
|
14 |
|
|
15 |
# The kernel to compile the EtherCAT sources against
|
|
16 |
KERNEL := `uname -r`
|
|
17 |
|
|
18 |
#------------------------------------------------------------------------------
|