Subversion Repositories FlightCtrl

Rev

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

Rev 2099 Rev 2102
Line 64... Line 64...
64
# will not be considered source files but generated files (assembler
64
# will not be considered source files but generated files (assembler
65
# output from the compiler), and will be deleted upon "make clean"!
65
# output from the compiler), and will be deleted upon "make clean"!
66
# Even though the DOS/Win* filesystem matches both .s and .S the same,
66
# Even though the DOS/Win* filesystem matches both .s and .S the same,
67
# it will preserve the spelling of the filenames, and gcc itself does
67
# it will preserve the spelling of the filenames, and gcc itself does
68
# care about how the name is spelled on its command-line.
68
# care about how the name is spelled on its command-line.
69
ASRC = 
69
ASRC = isqrt.S 
Line 70... Line 70...
70
 
70
 
71
# List any extra directories to look for include files here.
71
# List any extra directories to look for include files here.
72
#     Each directory must be seperated by a space.
72
#     Each directory must be seperated by a space.