]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/boot/arm/at91/bootspi/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / boot / arm / at91 / bootspi / Makefile
1 #  $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../libat91
4
5 P=bootspi
6 FILES=${P}
7 SRCS=arm_init.S main.c loader_prompt.c env_vars.c ee.c
8 NO_MAN=
9 LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
10 OBJS+=  ${SRCS:N*.h:R:S/$/.o/g}
11
12 .include <bsd.prog.mk>
13
14 .if ${MK_FPGA} == "yes"
15 CFLAGS += -DTSC_FPGA
16 .endif
17 CFLAGS += -DBOOT_COMMANDS