MFp4: Support KB9202 booting better
This commit is contained in:
parent
9b1ab45dc1
commit
ee9a71cdf5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user