summaryrefslogtreecommitdiffstats
path: root/sys/modules/ath_rate_sample/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/ath_rate_sample/Makefile')
-rw-r--r--sys/modules/ath_rate_sample/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ath_rate_sample/Makefile b/sys/modules/ath_rate_sample/Makefile
index 51c3130..e7b8812 100644
--- a/sys/modules/ath_rate_sample/Makefile
+++ b/sys/modules/ath_rate_sample/Makefile
@@ -43,6 +43,6 @@ SRCS= sample.c
SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h
HAL= ${.CURDIR}/../../contrib/dev/ath
-CFLAGS+= -I. -I${HAL}/freebsd -I${HAL}
+CFLAGS+= -I. -I${.CURDIR}/../../dev/ath -I${HAL}
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud