summaryrefslogtreecommitdiffstats
path: root/sys/boot/arm/at91
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-08-18 20:26:54 +0000
committerimp <imp@FreeBSD.org>2006-08-18 20:26:54 +0000
commit98835e6c84fb4e0e7c3d3311b401e52be1b9cab8 (patch)
tree718f29d3ea3ebfcc06e5e5703da38f16f39d9343 /sys/boot/arm/at91
parent5e69f4fca884d937efc2260ec7ecdc5c99e6de3e (diff)
downloadFreeBSD-src-98835e6c84fb4e0e7c3d3311b401e52be1b9cab8.zip
FreeBSD-src-98835e6c84fb4e0e7c3d3311b401e52be1b9cab8.tar.gz
Support compiling as part of world
Diffstat (limited to 'sys/boot/arm/at91')
-rw-r--r--sys/boot/arm/at91/boot0/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/arm/at91/boot0/Makefile b/sys/boot/arm/at91/boot0/Makefile
index cb586a2..884c8c8 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud