Rename *.s to *.S

Consistently use *.S for assembler files.

Close #2701.
This commit is contained in:
Sebastian Huber
2016-12-20 10:30:05 +01:00
parent 71f29c1206
commit 81af80e586
2 changed files with 1 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ include_HEADERS += ../../shared/include/coverhd.h
EXTRA_DIST = times
noinst_LIBRARIES = libbspstart.a
libbspstart_a_SOURCES = start/crtnn.s
libbspstart_a_SOURCES = start/crtnn.S
libbspstart_a_SOURCES += start/start.S
project_lib_DATA = start.$(OBJEXT) crtnn.$(OBJEXT)