Rev 1227 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1227 | Rev 1342 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | #------------------------------------------------------------------- |
14 | #------------------------------------------------------------------- |
15 | #OPTIONS |
15 | #OPTIONS |
Line 16... | Line 16... | ||
16 | 16 | ||
17 | # Use one of the extensions for a gps solution |
17 | # Use one of the extensions for a gps solution |
18 | #EXT = KILLAGREG |
18 | #EXT = KILLAGREG |
19 | EXT = NAVICTRL |
19 | #EXT = NAVICTRL |
Line 20... | Line 20... | ||
20 | #EXT = MK3MAG |
20 | EXT = MK3MAG |
21 | 21 | ||
22 | # Use optional one the RCs if EXT = NAVICTRL has been used |
22 | # Use optional one the RCs if EXT = NAVICTRL has been used |
Line 23... | Line 23... | ||
23 | RC = DSL |
23 | #RC = DSL |
24 | #RC = SPECTRUM |
24 | #RC = SPECTRUM |
25 | 25 | ||
Line 114... | Line 114... | ||
114 | 114 | ||
115 | ########################################################################################################## |
115 | ########################################################################################################## |
116 | # List C source files here. (C dependencies are automatically generated.) |
116 | # List C source files here. (C dependencies are automatically generated.) |
117 | SRC = main.c uart0.c printf_P.c timer0.c timer2.c analog.c menu.c led.c |
117 | SRC = main.c uart0.c printf_P.c timer0.c timer2.c analog.c menu.c led.c |
- | 118 | SRC += twimaster.c rc.c fc.c eeprom.c uart1.c |
|
Line 118... | Line 119... | ||
118 | SRC += twimaster.c rc.c fc.c eeprom.c uart1.c |
119 | SRC += CapCalc.c |
119 | 120 | ||
120 | ifeq ($(EXT), KILLAGREG) |
121 | ifeq ($(EXT), KILLAGREG) |
121 | SRC += mm3.c mymath.c gps.c ubx.c |
122 | SRC += mm3.c mymath.c gps.c ubx.c |