examples/msr/kernel.conf.tmpl
branchstable-1.0
changeset 1621 4bbe090553f7
parent 1619 0d4119024f55
equal deleted inserted replaced
1620:9d7453c16ade 1621:4bbe090553f7
     8 #  (which is ignored by Subversion) and adjust it to your needs.
     8 #  (which is ignored by Subversion) and adjust it to your needs.
     9 #
     9 #
    10 #------------------------------------------------------------------------------
    10 #------------------------------------------------------------------------------
    11 
    11 
    12 # Kernel sources for module compilation
    12 # Kernel sources for module compilation
    13 KERNEL := `uname -r`
    13 KERNEL := $(shell uname -r)
    14 
    14 
    15 #------------------------------------------------------------------------------
    15 #------------------------------------------------------------------------------