From owner-svn-src-head@FreeBSD.ORG Tue Jun 25 17:50:49 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 56F1A492; Tue, 25 Jun 2013 17:50:49 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 49ABA1A95; Tue, 25 Jun 2013 17:50:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5PHon1B092145; Tue, 25 Jun 2013 17:50:49 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5PHonXZ092144; Tue, 25 Jun 2013 17:50:49 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201306251750.r5PHonXZ092144@svn.freebsd.org> From: Adrian Chadd Date: Tue, 25 Jun 2013 17:50:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r252207 - head/tools/tools/ath X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jun 2013 17:50:49 -0000 Author: adrian Date: Tue Jun 25 17:50:48 2013 New Revision: 252207 URL: http://svnweb.freebsd.org/changeset/base/252207 Log: Add include path to the ar9300 HAL. Modified: head/tools/tools/ath/Makefile.inc Modified: head/tools/tools/ath/Makefile.inc ============================================================================== --- head/tools/tools/ath/Makefile.inc Tue Jun 25 17:50:22 2013 (r252206) +++ head/tools/tools/ath/Makefile.inc Tue Jun 25 17:50:48 2013 (r252207) @@ -11,4 +11,5 @@ CFLAGS+=-I${.CURDIR}/../common CFLAGS+=-I${.CURDIR}/../../../../sys CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath/ath_hal +CFLAGS+=-I${.CURDIR}/../../../../sys/contrib/dev/ath/ath_hal CFLAGS+=-I${.OBJDIR}