author | Florian Pose <fp@igh-essen.com> |
Tue, 01 Aug 2006 18:37:55 +0000 | |
changeset 322 | fceb7b6e0a06 |
parent 284 | 7eed6020d5cf |
permissions | -rw-r--r-- |
232 | 1 |
#------------------------------------------------------------------------------ |
2 |
# |
|
3 |
# Configuration file for MSR realtime modules |
|
4 |
# |
|
5 |
# $Id$ |
|
6 |
# |
|
7 |
# This file is a versioned template configuration. Copy it to "kernel.conf" |
|
8 |
# (which is ignored by Subversion) and adjust it to your needs. |
|
9 |
# |
|
10 |
#------------------------------------------------------------------------------ |
|
11 |
||
12 |
# Kernel sources for module compilation |
|
284
7eed6020d5cf
Consistent example makefiles.
Florian Pose <fp@igh-essen.com>
parents:
232
diff
changeset
|
13 |
KERNEL := $(shell uname -r) |
232 | 14 |
|
15 |
#------------------------------------------------------------------------------ |