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

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

P=boot0iic
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