examples/msr/kernel.conf.tmpl
changeset 284 7eed6020d5cf
parent 232 f6594a07cdda
equal deleted inserted replaced
283:a480a0703c58 284:7eed6020d5cf
     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 #------------------------------------------------------------------------------