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

P=bootiic
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>
OpenPOWER on IntegriCloud