ethercat.conf.tmpl
changeset 281 c91bbf7bc52c
parent 250 440ae5f6d2c3
--- a/ethercat.conf.tmpl	Mon Jun 26 11:28:24 2006 +0000
+++ b/ethercat.conf.tmpl	Mon Jun 26 14:20:36 2006 +0000
@@ -12,6 +12,6 @@
 #
 # The kernel to compile the EtherCAT sources against
 #
-KERNEL := `uname -r`
+KERNEL := $(shell uname -r)
 
 #------------------------------------------------------------------------------