From 509fd84067baabde04a052d096310e41c884ee66 Mon Sep 17 00:00:00 2001 From: thorpej Date: Thu, 25 Apr 2002 01:47:41 +0000 Subject: [PATCH] Add iq80310.c --- sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x80000/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x80000/Makefile b/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x80000/Makefile index e595627747cd..577e7e185fb8 100644 --- a/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x80000/Makefile +++ b/sys/arch/evbarm/stand/gzboot/IQ80310_flash_0x80000/Makefile @@ -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 @@ CPPFLAGS+= -DCONADDR=0xfe810000UL 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"