MFp4: Support KB9202 booting better

This commit is contained in:
Warner Losh 2006-11-09 20:23:51 +00:00
parent 9b1ab45dc1
commit ee9a71cdf5

View File

@ -1,5 +1,7 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../libat91
P=bootiic
FILES=${P}
SRCS=arm_init.S main.c loader_prompt.c env_vars.c
@ -8,3 +10,5 @@ LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
.include <bsd.prog.mk>
CFLAGS += -DBOOT_IIC