diff --git a/distrib/evbarm/gzboot/gzimg/Makefile b/distrib/evbarm/gzboot/gzimg/Makefile index c65a2c6311e4..44d3e893ffd7 100644 --- a/distrib/evbarm/gzboot/gzimg/Makefile +++ b/distrib/evbarm/gzboot/gzimg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/10 10:34:05 lukem Exp $ +# $NetBSD: Makefile,v 1.16 2003/07/30 18:55:46 bsh Exp $ .include .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" @@ -31,7 +31,10 @@ TARGETS= ADI_BRH ADI_BRH ADI_BRH_sd0 \ 0xf0080000 netbsd-wd0 \ \ TEAMASA_NPWR IQ80310 TEAMASA_NPWR_sd0 \ - 0x00080000 netbsd-sd0 + 0x00080000 netbsd-sd0 \ + \ + SMDK2800 SMDK2800 SMDK2800 \ + 0x00000000 netbsd .else # Big endian platforms. TARGETS= ADI_BRH ADI_BRH ADI_BRH_sd0 \