NetBSD/sys/arch/m68k/060sp/Makefile.inc
scw 71ca01981e Prepare for the m68k ELF transition:
o Add register prefixes for the benefit of gas.new
 o Wrap global symbols in the m68k/asm.h macros
 o Fix `#' comments so the source can be run through the C pre-processor
2000-11-30 21:00:51 +00:00

15 lines
429 B
Makefile

#
# $NetBSD: Makefile.inc,v 1.6 2000/11/30 21:00:51 scw Exp $
#
SPDIR = $S/arch/m68k/060sp
M060SPAS = $(CC) ${AFLAGS} -m68060 ${CPPFLAGS} -I${SPDIR} \
-c -o ${.TARGET} ${.IMPSRC}
netbsd.o: ${SPDIR}/netbsd.S .NOTMAIN
$(SPDIR)/netbsd060sp.S: .NOTMAIN $(SPDIR)/inetbsd.S $(SPDIR)/fnetbsd.S
$(SPDIR)/inetbsd.S: .NOTMAIN $(SPDIR)/isp.S
$(SPDIR)/fnetbsd.S: .NOTMAIN $(SPDIR)/fpsp.S
$(SPDIR)/pfnetbsd.S: .NOTMAIN $(SPDIR)/pfpsp.S