]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/boot/arm/at91/boot0iic/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / boot / arm / at91 / boot0iic / Makefile
1 #  $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../libat91
4
5 P=boot0iic
6 FILES=${P}
7 SRCS=arm_init.S main.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 CFLAGS+=-DBOOT_BOOT0