Subversion Repositories FlightCtrl

Rev

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

Rev 1328 Rev 1330
Line 114... Line 114...
114
# will not be considered source files but generated files (assembler
114
# will not be considered source files but generated files (assembler
115
# output from the compiler), and will be deleted upon "make clean"!
115
# output from the compiler), and will be deleted upon "make clean"!
116
# Even though the DOS/Win* filesystem matches both .s and .S the same,
116
# Even though the DOS/Win* filesystem matches both .s and .S the same,
117
# it will preserve the spelling of the filenames, and gcc itself does
117
# it will preserve the spelling of the filenames, and gcc itself does
118
# care about how the name is spelled on its command-line.
118
# care about how the name is spelled on its command-line.
119
ASRC = 
119
ASRC = isqrt.S
Line 120... Line 120...
120
 
120
 
121
 
121