PERFORCE change 99826 for review

Warner Losh imp at FreeBSD.org
Thu Jun 22 20:05:32 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=99826

Change 99826 by imp at imp_lighthouse on 2006/06/22 19:31:36

	add arm to the include path

Affected files ...

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

Differences ...

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

@@ -8,6 +8,7 @@
 CFLAGS=-O2 -mcpu=arm9 -ffreestanding \
 	-I${.CURDIR}/../libat91 \
 	-I${.CURDIR}/../../../.. \
+	-I${.CURDIR}/../../../../arm \
 	-D_KERNEL \
 	-Wall -Waggregate-return  \
 	-Wnested-externs \


More information about the p4-projects mailing list