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 isa_irq.o and spl.o to the list of fil...
details: https://anonhg.NetBSD.org/src/rev/f9986f58bd71
branches: trunk
changeset: 572741:f9986f58bd71
user: simonb <simonb%NetBSD.org@localhost>
date: Tue Jan 11 08:41:07 2005 +0000
description:
Add isa_irq.o and spl.o to the list of files that depend on assym.h so
that "make -j<bignum>" works without a "make depend" beforehand.
diffstat:
sys/arch/arm/conf/Makefile.arm | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 1749099bd26b -r f9986f58bd71 sys/arch/arm/conf/Makefile.arm
--- a/sys/arch/arm/conf/Makefile.arm Tue Jan 11 08:05:13 2005 +0000
+++ b/sys/arch/arm/conf/Makefile.arm Tue Jan 11 08:41:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.arm,v 1.22 2004/08/20 05:34:47 simonb Exp $
+# $NetBSD: Makefile.arm,v 1.23 2005/01/11 08:41:07 simonb Exp $
# Makefile for NetBSD
#
@@ -74,7 +74,8 @@
# 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
+fiq_subr.o fusu.o in_cksum_arm.o irq_dispatch.o isa_irq.o sigcode.o: assym.h
+spl.o vectors.o: assym.h
##
## (7) misc settings
Home |
Main Index |
Thread Index |
Old Index