examples/msr/kernel.conf.tmpl
branchstable-1.0
changeset 1621 4bbe090553f7
parent 1619 0d4119024f55
--- a/examples/msr/kernel.conf.tmpl	Mon May 29 09:54:18 2006 +0000
+++ b/examples/msr/kernel.conf.tmpl	Mon Jun 26 15:04:06 2006 +0000
@@ -10,6 +10,6 @@
 #------------------------------------------------------------------------------
 
 # Kernel sources for module compilation
-KERNEL := `uname -r`
+KERNEL := $(shell uname -r)
 
 #------------------------------------------------------------------------------