Add NEED_BINARY, similar to NEED_SREC.

This commit is contained in:
augustss 2002-05-19 18:57:33 +00:00
parent 7202dc2f30
commit cea3466ea6
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.powerpc,v 1.22 2002/04/18 20:08:09 matt Exp $
# $NetBSD: Makefile.powerpc,v 1.23 2002/05/19 18:57:33 augustss Exp $
#
# Makefile for NetBSD
#
@ -68,6 +68,11 @@ SYSTEM_LD_TAIL_EXTRA=; \
${OBJCOPY} -v -O srec $@ $@.srec
.endif
.if defined(NEED_BINARY)
SYSTEM_LD_TAIL_EXTRA=; \
${OBJCOPY} -v -O binary $@ $@.bin
.endif
##
## (6) port specific target dependencies
##