Subversion Repositories FlightCtrl

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 29
Line 34... Line 34...
34
 
34
 
35
# Output format. (can be srec, ihex, binary)
35
# Output format. (can be srec, ihex, binary)
Line 36... Line 36...
36
FORMAT = ihex
36
FORMAT = ihex
37
 
-
 
-
 
37
 
38
# Target file name (without extension).
38
# Target file name (without extension).
Line 39... Line 39...
39
 
39
TARGET = My_flight-Crl
40
TARGET = Flight-Ctrl_$(HEX_NAME)_V$(HAUPT_VERSION)_$(NEBEN_VERSION)
40
#TARGET = Flight-Ctrl_$(HEX_NAME)_V$(HAUPT_VERSION)_$(NEBEN_VERSION)
41
 
41