Deleted Added
full compact
Makefile (208789) Makefile (264400)
1# $FreeBSD: head/sys/boot/pc98/boot0/Makefile 208789 2010-06-03 17:42:32Z ed $
1# $FreeBSD: head/sys/boot/pc98/boot0/Makefile 264400 2014-04-13 05:21:56Z imp $
2
3PROG= ${BOOT}.out
4INTERNALPROG=
5FILES= ${BOOT}
2
3PROG= ${BOOT}.out
4INTERNALPROG=
5FILES= ${BOOT}
6NO_MAN=
6MAN=
7SRCS= ${BOOT}.s
8CLEANFILES= ${BOOT}
9
10BOOT= boot0
11
12# The base address that we the boot0 code to to run it. Don't change this
13# unless you are glutton for punishment.
14BOOT_BOOT0_ORG?= 0x0000
15
16LDFLAGS=-e start -Ttext ${BOOT_BOOT0_ORG} -Wl,-N
17
18${BOOT}: ${BOOT}.out
19 objcopy -S -O binary ${BOOT}.out ${.TARGET}
20
21.include <bsd.prog.mk>
7SRCS= ${BOOT}.s
8CLEANFILES= ${BOOT}
9
10BOOT= boot0
11
12# The base address that we the boot0 code to to run it. Don't change this
13# unless you are glutton for punishment.
14BOOT_BOOT0_ORG?= 0x0000
15
16LDFLAGS=-e start -Ttext ${BOOT_BOOT0_ORG} -Wl,-N
17
18${BOOT}: ${BOOT}.out
19 objcopy -S -O binary ${BOOT}.out ${.TARGET}
20
21.include <bsd.prog.mk>