summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm/at91/boot0/Makefile
blob: 8c22cc9967a53354b1a4e9a1e9f48dd3bb7ccb3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#  $FreeBSD$

.PATH:	${.CURDIR}/../libat91

P=boot0
FILES=${P}
SRCS=arm_init.S main.c
MAN=
LDFLAGS=-e 0 -T ${.CURDIR}/linker.cfg
OBJS+=  ${SRCS:N*.h:R:S/$/.o/g}

.include <bsd.prog.mk>

CFLAGS+=-DBOOT_BOOT0
OpenPOWER on IntegriCloud