]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/boot/i386/cdboot/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / boot / i386 / cdboot / Makefile
1 # $FreeBSD$
2
3 PROG=   cdboot
4 STRIP=
5 BINMODE=${NOBINMODE}
6 NO_MAN=
7 SRCS=   ${PROG}.S
8
9 CFLAGS+=-I${.CURDIR}/../common
10
11 ORG=    0x7c00
12
13 LDFLAGS=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary
14
15 .include <bsd.prog.mk>
16
17 # XXX: clang integrated-as doesn't grok .codeNN directives yet
18 CFLAGS.cdboot.S=        ${CLANG_NO_IAS}
19 CFLAGS+=                ${CFLAGS.${.IMPSRC:T}}