*.s -> *.S.

This commit is contained in:
Jake Burkholder 2002-07-31 15:52:04 +00:00
parent 6742f32809
commit 7c467eb823
2 changed files with 11 additions and 11 deletions

View File

@ -39,7 +39,7 @@ S= ../../..
# XXX: this should probably go somewhere else
COPTS+= -mcmodel=medlow -msoft-float
SYSTEM_SFILES= $S/$M/$M/locore.s $S/$M/$M/exception.s
SYSTEM_SFILES= $S/$M/$M/locore.S $S/$M/$M/exception.S
SYSTEM_OBJS= locore.o exception.o vnode_if.o ${OBJS} hints.o env.o config.o hack.So
%BEFORE_DEPEND
@ -60,10 +60,10 @@ SYSTEM_OBJS= locore.o exception.o vnode_if.o ${OBJS} hints.o env.o config.o hack
# grep -v 'struct/union .* never defined' | \
# grep -v 'possible pointer alignment problem'
exception.o: $S/$M/$M/exception.s assym.s
exception.o: $S/$M/$M/exception.S assym.s
${NORMAL_S}
locore.o: $S/$M/$M/locore.s assym.s
locore.o: $S/$M/$M/locore.S assym.s
${NORMAL_S}
%RULES

View File

@ -36,10 +36,10 @@ sparc64/sparc64/db_interface.c optional ddb
sparc64/sparc64/db_trace.c optional ddb
sparc64/sparc64/db_hwwatch.c optional ddb
sparc64/sparc64/elf_machdep.c standard
# locore.s and exception.s need to be handled in Makefile to put them first.
# Otherwise it's they're normal.
# sparc64/sparc64/locore.s standard
# sparc64/sparc64/exception.s standard
# locore.S and exception.S need to be handled in the Makefile to put them
# first. Otherwise they're normal.
# sparc64/sparc64/locore.S standard
# sparc64/sparc64/exception.S standard
sparc64/sparc64/eeprom.c optional eeprom
sparc64/sparc64/eeprom_ebus.c optional eeprom ebus
sparc64/sparc64/eeprom_sbus.c optional eeprom sbus
@ -49,8 +49,8 @@ sparc64/sparc64/intr_machdep.c standard
sparc64/sparc64/iommu.c standard
sparc64/sparc64/machdep.c standard
sparc64/sparc64/mem.c standard
sparc64/sparc64/mp_exception.s optional smp
sparc64/sparc64/mp_locore.s optional smp
sparc64/sparc64/mp_exception.S optional smp
sparc64/sparc64/mp_locore.S optional smp
sparc64/sparc64/mp_machdep.c optional smp
sparc64/sparc64/nexus.c standard
sparc64/sparc64/ofw_bus.c standard
@ -59,9 +59,9 @@ sparc64/sparc64/pmap.c standard
sparc64/sparc64/prof_machdep.c optional profiling-routine
sparc64/sparc64/rwindow.c standard
sparc64/sparc64/sparcbus_if.m standard
sparc64/sparc64/support.s standard
sparc64/sparc64/support.S standard
sparc64/sparc64/sys_machdep.c standard
sparc64/sparc64/swtch.s standard
sparc64/sparc64/swtch.S standard
sparc64/sparc64/tick.c standard
sparc64/sparc64/tlb.c standard
sparc64/sparc64/trap.c standard