Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000 Add iq...



details:   https://anonhg.NetBSD.org/src/rev/596e1a9353c6
branches:  trunk
changeset: 526092:596e1a9353c6
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Apr 25 01:47:54 2002 +0000

description:
Add iq80321.c

diffstat:

 sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 33866b962999 -r 596e1a9353c6 sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000/Makefile
--- a/sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000/Makefile    Thu Apr 25 01:47:41 2002 +0000
+++ b/sys/arch/evbarm/stand/gzboot/IQ80321_flash_0xf0080000/Makefile    Thu Apr 25 01:47:54 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 2002/03/28 20:44:07 thorpej Exp $
+#      $NetBSD: Makefile,v 1.2 2002/04/25 01:47:54 thorpej Exp $
 
 S=     ${.CURDIR}/../../../../..
 
@@ -12,6 +12,6 @@
 
 LDSCRIPT= ${.CURDIR}/ldscript
 
-SRCS+= ns16550.c i80321_mem.c
+SRCS+= iq80321.c ns16550.c i80321_mem.c
 
 .include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"



Home | Main Index | Thread Index | Old Index