Makefile revision 276486
164123Skato# $FreeBSD: stable/10/sys/boot/pc98/boot0/Makefile 276486 2014-12-31 23:25:37Z ngie $
264123Skato
3125625SnyanPROG=	${BOOT}.out
4125625SnyanINTERNALPROG=
5125563SnyanFILES=	${BOOT}
6276486SngieMAN=
7125625SnyanSRCS=	${BOOT}.s
8125625SnyanCLEANFILES= ${BOOT}
964123Skato
10125563SnyanBOOT=	boot0
1164123Skato
12125563Snyan# The base address that we the boot0 code to to run it.  Don't change this
13125563Snyan# unless you are glutton for punishment.
14125563SnyanBOOT_BOOT0_ORG?=	0x0000
1564123Skato
16208789SedLDFLAGS=-e start -Ttext ${BOOT_BOOT0_ORG} -Wl,-N
17125625Snyan
18125563Snyan${BOOT}: ${BOOT}.out
19125563Snyan	objcopy -S -O binary ${BOOT}.out ${.TARGET}
2064123Skato
2164123Skato.include <bsd.prog.mk>
22