Date: Thu, 22 Jun 2006 19:32:12 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 99826 for review Message-ID: <200606221932.k5MJWCVf098379@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=99826 Change 99826 by imp@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606221932.k5MJWCVf098379>