ethercat.conf.tmpl
changeset 281 c91bbf7bc52c
parent 250 440ae5f6d2c3
equal deleted inserted replaced
280:35c99cdda518 281:c91bbf7bc52c
    10 #------------------------------------------------------------------------------
    10 #------------------------------------------------------------------------------
    11 
    11 
    12 #
    12 #
    13 # The kernel to compile the EtherCAT sources against
    13 # The kernel to compile the EtherCAT sources against
    14 #
    14 #
    15 KERNEL := `uname -r`
    15 KERNEL := $(shell uname -r)
    16 
    16 
    17 #------------------------------------------------------------------------------
    17 #------------------------------------------------------------------------------