693be1956c
sh3/sh3/exception_vector.S and sh3/sh3/locore_subr.S. exception vectors are installed by sh_cpu_init(). machine/locore.S contains kernel entry, interrupt handler, and some MD code.
5 lines
143 B
Makefile
5 lines
143 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 2002/02/24 18:19:43 uch Exp $
|
|
|
|
SSH3= ../sh3/sh3/*.[ch] ../sh3/include/*.h ../sh3/dev/*.[ch]
|
|
ASH3= ../sh3/sh3/*.S
|