examples/msr/kernel.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Mon, 26 Jun 2006 14:53:17 +0000
changeset 284 7eed6020d5cf
parent 232 f6594a07cdda
permissions -rw-r--r--
Consistent example makefiles.
#------------------------------------------------------------------------------
#
#  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)

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