diff options
-rw-r--r-- | tools/tools/ath/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/ath/Makefile.inc b/tools/tools/ath/Makefile.inc index 2459cca..901844e 100644 --- a/tools/tools/ath/Makefile.inc +++ b/tools/tools/ath/Makefile.inc @@ -11,4 +11,4 @@ CFLAGS+=-I${.CURDIR}/../common CFLAGS+=-I${.CURDIR}/../../../../sys CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath CFLAGS+=-I${.CURDIR}/../../../../sys/dev/ath/ath_hal -CFLAGS+=-I${.OBJDIR}/ +CFLAGS+=-I${.OBJDIR} |