Subversion Repositories FlightCtrl

Rev

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

Rev 1419 Rev 1424
Line 105... Line 105...
105
OPT = 2
105
OPT = 2
Line 106... Line 106...
106
 
106
 
107
##########################################################################################################
107
##########################################################################################################
108
# List C source files here. (C dependencies are automatically generated.)
108
# List C source files here. (C dependencies are automatically generated.)
109
SRC = main.c uart.c printf_P.c timer0.c  analog.c menu.c 
109
SRC = main.c uart.c printf_P.c timer0.c  analog.c menu.c 
110
SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c Spectrum.c
110
SRC += twimaster.c rc.c fc.c GPS.c spi.c led.c spektrum.c
Line 111... Line 111...
111
SRC += mymath.c 
111
SRC += mymath.c 
Line 180... Line 180...
180
#LDFLAGS += -Wl,-u,vfprintf -lprintf_flt
180
#LDFLAGS += -Wl,-u,vfprintf -lprintf_flt
Line 181... Line 181...
181
 
181
 
182
# -lm = math library
182
# -lm = math library
Line -... Line 183...
-
 
183
LDFLAGS += -lm
Line 183... Line 184...
183
LDFLAGS += -lm
184
 
Line 271... Line 272...
271
MSG_ASSEMBLING = Assembling:
272
MSG_ASSEMBLING = Assembling:
272
MSG_CLEANING = Cleaning project:
273
MSG_CLEANING = Cleaning project:
Line 273... Line 274...
273
 
274
 
274
 
275
 
Line 275... Line 276...
275
# Define all object files.
276
# Define all object files.
276
OBJ = $(SRC:.c=.o) $(ASRC:.S=.o) jeti.o
277
OBJ = $(SRC:.c=.o) $(ASRC:.S=.o) 
Line 277... Line 278...
277
 
278