summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm/at91/boot0/Makefile
blob: a13a620bba49dfa87e156e424f1dac4751ec5b21 (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
NO_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