svn commit: r252207 - head/tools/tools/ath

Adrian Chadd adrian at FreeBSD.org
Tue Jun 25 17:50:49 UTC 2013


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}


More information about the svn-src-head mailing list