examples/msr/kernel.conf.tmpl
changeset 364 9028b20e3c12
parent 363 58588a3a1562
child 365 7aede8ed6025
--- a/examples/msr/kernel.conf.tmpl	Sat Sep 23 10:56:02 2006 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-#------------------------------------------------------------------------------
-#
-#  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)
-
-#------------------------------------------------------------------------------