Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Nov 2006 00:43:53 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109582 for review
Message-ID:  <200611090043.kA90hrk4016836@repoman.freebsd.org>

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

Change 109582 by imp@imp_lighthouse on 2006/11/09 00:43:09

	Makefile goo for arm_init.S cleanup

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/bootiic/Makefile#18 edit

Differences ...

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

@@ -1,5 +1,7 @@
 #  $FreeBSD: src/sys/boot/arm/at91/bootiic/Makefile,v 1.3 2006/08/10 19:55:52 imp Exp $
 
+.PATH:	${.CURDIR}/../libat91
+
 P=bootiic
 FILES=${P}
 SRCS=arm_init.S main.c loader_prompt.c env_vars.c
@@ -8,3 +10,5 @@
 OBJS+=  ${SRCS:N*.h:R:S/$/.o/g}
 
 .include <bsd.prog.mk>
+
+CFLAGS += -DBOOT_IIC



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