ca2c5ec68f
boot loader (linux booting helps regression testing). No repo copy because of limited history.
11 lines
163 B
Makefile
11 lines
163 B
Makefile
# $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>
|