svn commit: r189098 - head/tools/tools/ath
Sam Leffler
sam at FreeBSD.org
Thu Feb 26 21:22:12 PST 2009
Author: sam
Date: Fri Feb 27 05:22:11 2009
New Revision: 189098
URL: http://svn.freebsd.org/changeset/base/189098
Log:
fix build
Modified:
head/tools/tools/ath/Makefile.inc
Modified: head/tools/tools/ath/Makefile.inc
==============================================================================
--- head/tools/tools/ath/Makefile.inc Fri Feb 27 05:22:00 2009 (r189097)
+++ head/tools/tools/ath/Makefile.inc Fri Feb 27 05:22:11 2009 (r189098)
@@ -8,5 +8,6 @@ ATH_DEFAULT= ath0
CFLAGS+=-DATH_DEFAULT='"${ATH_DEFAULT}"'
CFLAGS+=-I${.CURDIR}
CFLAGS+=-I${.CURDIR}/../common
+CFLAGS+=-I${.CURDIR}/../../../../sys
CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath
CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath/ath_hal
More information about the svn-src-all
mailing list