NetBSD/sys/arch/sh3/Makefile.inc
uch 693be1956c Move common exception vector and scheduler code to
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.
2002-02-24 18:19:40 +00:00

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