Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2006 17:48:18 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95502 for review
Message-ID:  <200604181748.k3IHmIsa064304@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95502

Change 95502 by imp@imp_hammer on 2006/04/18 17:47:36

	Make bootspi build.

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/bootspi/Makefile#2 edit

Differences ...

==== //depot/projects/arm/src/sys/boot/arm/at91/bootspi/Makefile#2 (text+ko) ====

@@ -1,10 +1,10 @@
 #  $FreeBSD: src/sys/boot/arm/at91/boot0/Makefile,v 1.1 2006/04/12 21:22:44 imp Exp $
 
-P=bootiic
+P=bootspi
 FILES=${P}
-SRCS=arm_init.s main.c env_vars.c loader_prompt.c
+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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604181748.k3IHmIsa064304>