Subversion Repositories FlightCtrl

Rev

Rev 2109 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2109 Rev 2124
Line 23... Line 23...
23
GYRO_HW_NAME=Isense
23
GYRO_HW_NAME=Isense
24
GYRO_HW_FACTOR=0.6827f
24
GYRO_HW_FACTOR=0.6827f
25
GYRO_CORRECTION=1.0f
25
GYRO_CORRECTION=1.0f
Line 26... Line 26...
26
 
26
 
-
 
27
#-------------------------------------------------------------------
-
 
28
 
-
 
29
DO_PROFILE=yes
-
 
30
 
27
#-------------------------------------------------------------------
31
#-------------------------------------------------------------------
28
# get SVN revision
32
# get SVN revision
29
REV=0001
33
REV=0001
Line 30... Line 34...
30
#$(shell sh -c "cat .svn/entries | sed -n '4p'")
34
#$(shell sh -c "cat .svn/entries | sed -n '4p'")
Line 82... Line 86...
82
#    -ahlms:  create assembler listing
86
#    -ahlms:  create assembler listing
83
CFLAGS = -O$(OPT) \
87
CFLAGS = -O$(OPT) \
84
-funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums \
88
-funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums \
85
-Wall -Wstrict-prototypes \
89
-Wall -Wstrict-prototypes \
86
-DGYRO=$(GYRO) \
90
-DGYRO=$(GYRO) \
-
 
91
-DDO_PROFILE=$(DO_PROFILE) \
87
-Wa,-adhlns=$(<:.c=.lst) \
92
-Wa,-adhlns=$(<:.c=.lst) \
88
$(patsubst %,-I%,$(EXTRAINCDIRS))
93
$(patsubst %,-I%,$(EXTRAINCDIRS))
Line 89... Line 94...
89
 
94