Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Nov 2006 06:16:59 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 109772 for review
Message-ID:  <200611120616.kAC6GxCT098548@repoman.freebsd.org>

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

Change 109772 by imp@imp_lighthouse on 2006/11/12 06:16:26

	Nits.

Affected files ...

.. //depot/projects/arm/src/sys/boot/arm/at91/boot2/Makefile#12 edit

Differences ...

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

@@ -1,19 +1,19 @@
 #  $FreeBSD: src/sys/boot/arm/at91/bootspi/Makefile,v 1.1 2006/04/19 17:16:48 imp Exp $
 
-.PATH: ${.CURDIR}/../libat91
+.PATH: ${.CURDIR}/../libat91 ${.CURDIR}/../bootspi
 
 P=boot2
 FILES=${P}
 SRCS=arm_init.S boot2.c ${BOOT_FLAVOR:L}_board.c
+.if ${BOOT_FLAVOR} == "TSC"
+SRCS+=ee.c
+.endif
 NO_MAN=
 LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
 OBJS+=  ${SRCS:N*.h:R:S/$/.o/g}
 
 .include <bsd.prog.mk>
 
-.if ${BOOT_FLAVOR} == "TSC"
-SRCS+=ee.c
-.endif
 .if ${BOOT_FLAVOR} == "KB920X"
 CFLAGS+=-DBOOT_IIC
 .endif



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