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

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

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

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud