examples/msr/kernel.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Thu, 03 Aug 2006 13:05:52 +0000
branchstable-1.0
changeset 1626 d849e3b7b202
parent 1621 4bbe090553f7
permissions -rw-r--r--
MERGE trunk -r492:493 -> branches/stable-1.0 (Init script identation.
#------------------------------------------------------------------------------
#
#  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)

#------------------------------------------------------------------------------