From ee9a71cdf553367274c1f8a93f41b33196bdda9d Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 9 Nov 2006 20:23:51 +0000 Subject: [PATCH] MFp4: Support KB9202 booting better --- sys/boot/arm/at91/bootiic/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/boot/arm/at91/bootiic/Makefile b/sys/boot/arm/at91/bootiic/Makefile index c9da664ae20e..11840ecd1720 100644 --- a/sys/boot/arm/at91/bootiic/Makefile +++ b/sys/boot/arm/at91/bootiic/Makefile @@ -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 + +CFLAGS += -DBOOT_IIC