From 7127c5f8f5bc7eef8748f9aaa3667dad4daaa3d3 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 18 Aug 2006 20:26:54 +0000 Subject: [PATCH] Support compiling as part of world --- sys/boot/arm/at91/boot0/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/arm/at91/boot0/Makefile b/sys/boot/arm/at91/boot0/Makefile index cb586a24c3d0..884c8c8b4273 100644 --- a/sys/boot/arm/at91/boot0/Makefile +++ b/sys/boot/arm/at91/boot0/Makefile @@ -4,7 +4,7 @@ P=boot0 FILES=${P} SRCS=arm_init.s main.c NO_MAN= -LDFLAGS=-e 0 -T linker.cfg +LDFLAGS=-e 0 -T ${.CURDIR}/linker.cfg OBJS+= ${SRCS:N*.h:R:S/$/.o/g} .include