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/IQ80310_flash_0x80000 Add iq803...



details:   https://anonhg.NetBSD.org/src/rev/33866b962999
branches:  trunk
changeset: 526091:33866b962999
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Apr 25 01:47:41 2002 +0000

description:
Add iq80310.c

diffstat:

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

diffs (17 lines):

diff -r ddc5cfe08f31 -r 33866b962999 sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x80000/Makefile
--- a/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x80000/Makefile       Thu Apr 25 00:59:25 2002 +0000
+++ b/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x80000/Makefile       Thu Apr 25 01:47:41 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2002/03/28 20:41:45 thorpej Exp $
+#      $NetBSD: Makefile,v 1.3 2002/04/25 01:47:41 thorpej Exp $
 
 S=     ${.CURDIR}/../../../../..
 
@@ -12,6 +12,6 @@
 
 LDSCRIPT= ${.CURDIR}/ldscript
 
-SRCS+= ns16550.c i80312_mem.c
+SRCS+= iq80310.c ns16550.c i80312_mem.c
 
 .include "${S}/arch/evbarm/stand/gzboot/Makefile.gzboot"



Home | Main Index | Thread Index | Old Index