Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/conf Add dependancies on assym.h for some assem...
details: https://anonhg.NetBSD.org/src/rev/3427c93d833d
branches: trunk
changeset: 569403:3427c93d833d
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Aug 20 05:34:47 2004 +0000
description:
Add dependancies on assym.h for some assembly files so that
"make -j <bignum>" works without having to do a "make depend" first.
diffstat:
sys/arch/arm/conf/Makefile.arm | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 9c03369da7f5 -r 3427c93d833d sys/arch/arm/conf/Makefile.arm
--- a/sys/arch/arm/conf/Makefile.arm Fri Aug 20 04:44:11 2004 +0000
+++ b/sys/arch/arm/conf/Makefile.arm Fri Aug 20 05:34:47 2004 +0000
@@ -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 @@
# 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
##
Home |
Main Index |
Thread Index |
Old Index