rt/Makefile
changeset 98 f564d0929292
parent 73 9f4ea66d89a3
child 103 d2a8adde27c4
equal deleted inserted replaced
97:e6264685dd7b 98:f564d0929292
    26 		rt_lib/msr-utils/msr_time.o \
    26 		rt_lib/msr-utils/msr_time.o \
    27 		rt_lib/msr-math/msr_base64.o \
    27 		rt_lib/msr-math/msr_base64.o \
    28 		rt_lib/msr-math/msr_hex_bin.o \
    28 		rt_lib/msr-math/msr_hex_bin.o \
    29 		libm.o
    29 		libm.o
    30 
    30 
    31 EXTRA_CFLAGS := -I $(src)/rt_lib/msr-include -D_SIMULATION \
    31 EXTRA_CFLAGS := -I$(src)/rt_lib/msr-include -D_SIMULATION \
    32 		-I/usr/include -mhard-float
    32 		-I/usr/include -mhard-float \
       
    33 		-DSVNREV=$(shell svnversion $(src)) -DUSER=$(USER)
    33 
    34 
    34 #------------------------------------------------------------------------------
    35 #------------------------------------------------------------------------------
    35 
    36 
    36 else
    37 else
    37 
    38