]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sys/boot/arm/at91/boot0/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / 6 / sys / boot / arm / at91 / boot0 / Makefile
1 #  $FreeBSD$
2
3 P=boot0
4 FILES=${P}
5 SRCS=arm_init.s main.c
6 NO_MAN=
7 LDFLAGS=-e 0 -T linker.cfg
8 OBJS+=  ${SRCS:N*.h:R:S/$/.o/g}
9
10 .include <bsd.prog.mk>
11