]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/i386/btx/btxldr/Makefile
Re-sync loader.mk and ficl.mk to where they should be
[FreeBSD/FreeBSD.git] / sys / boot / i386 / btx / btxldr / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 PROG=   btxldr
6 INTERNALPROG=
7 MAN=
8 SRCS=   btxldr.S
9
10 CFLAGS+=-DLOADER_ADDRESS=${LOADER_ADDRESS}
11 CFLAGS+=-I${BOOTSRC}/i386/common
12
13 .if defined(BTXLDR_VERBOSE)
14 CFLAGS+=-DBTXLDR_VERBOSE
15 .endif
16
17 ORG=${LOADER_ADDRESS}
18 LDFLAGS+=${LDFLAGS_BIN}
19
20 .include <bsd.prog.mk>
21
22 # XXX: clang integrated-as doesn't grok .codeNN directives yet
23 CFLAGS.btxldr.S=        ${CLANG_NO_IAS}