Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Aug 2014 01:21:53 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r269697 - head/sys/conf
Message-ID:  <53e42631.2f09.4832895f@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Fri Aug  8 01:21:52 2014
New Revision: 269697
URL: http://svnweb.freebsd.org/changeset/base/269697

Log:
  Add the dts include directory to the -I list when doing arm builds.

Modified:
  head/sys/conf/Makefile.arm

Modified: head/sys/conf/Makefile.arm
==============================================================================
--- head/sys/conf/Makefile.arm	Fri Aug  8 00:58:24 2014	(r269696)
+++ head/sys/conf/Makefile.arm	Fri Aug  8 01:21:52 2014	(r269697)
@@ -30,7 +30,7 @@ S=	../../..
 .endif
 .include "$S/conf/kern.pre.mk"
 
-INCLUDES+= -I$S/contrib/libfdt
+INCLUDES+= -I$S/contrib/libfdt -I$S/gnu/dts/include 
 
 SYSTEM_LD:= ${SYSTEM_LD:$S/conf/ldscript.$M=ldscript.$M}
 SYSTEM_DEP:= ${SYSTEM_DEP:$S/conf/ldscript.$M=ldscript.$M}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e42631.2f09.4832895f>