From 2fe6a47d97be0803ee537a96790cad3671ef9d6a Mon Sep 17 00:00:00 2001 From: simonb Date: Fri, 20 Aug 2004 05:34:47 +0000 Subject: [PATCH] Add dependancies on assym.h for some assembly files so that "make -j " works without having to do a "make depend" first. --- sys/arch/arm/conf/Makefile.arm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/arch/arm/conf/Makefile.arm b/sys/arch/arm/conf/Makefile.arm index 4a92ef131aea..65445a35c635 100644 --- a/sys/arch/arm/conf/Makefile.arm +++ b/sys/arch/arm/conf/Makefile.arm @@ -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 ##