Add dependancies on assym.h for some assembly files so that

"make -j <bignum>" works without having to do a "make depend" first.
This commit is contained in:
simonb 2004-08-20 05:34:47 +00:00
parent 96178d4078
commit 2fe6a47d97
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.arm,v 1.21 2004/06/04 04:45:50 thorpej Exp $
# $NetBSD: Makefile.arm,v 1.22 2004/08/20 05:34:47 simonb Exp $
# Makefile for NetBSD
#
@ -72,6 +72,10 @@ cpufunc.o cpufunc_asm.o: Makefile
# depend on DIAGNOSTIC etc.
cpuswitch.o fault.o machdep.o: Makefile
# various assembly files that depend on assym.h
atomic.o bcopy_page.o bcopyinout.o copystr.o cpuswitch.o exception.o: assym.h
fiq_subr.o fusu.o in_cksum_arm.o irq_dispatch.o sigcode.o vectors.o: assym.h
##
## (7) misc settings
##