summaryrefslogtreecommitdiffstats
path: root/sys/modules/ath_rate_sample/Makefile
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2006-09-18 16:49:15 +0000
committersam <sam@FreeBSD.org>2006-09-18 16:49:15 +0000
commit549b4f07f6e6061bc4be78514856c8674a535fe1 (patch)
treeab29e5d484329e2eabf03f2f8612080360547c98 /sys/modules/ath_rate_sample/Makefile
parent3839b5384ddf1f9b95604f79429c842af6ee2a54 (diff)
downloadFreeBSD-src-549b4f07f6e6061bc4be78514856c8674a535fe1.zip
FreeBSD-src-549b4f07f6e6061bc4be78514856c8674a535fe1.tar.gz
o move ath hal os glue code from the hal to the driver: this code was
part of the hal distribution early on when the hal was built for each os but it's been portable for a long time so move the os-specific code out (and off the vendor branch) o correct the copyright on ah_osdep.?; it was mistakenly given a restricted license and not a dual-bsd/gpl license o remove the module api definition as it was never used o fixup include paths for move of ah_osdep.h MFC after: 2 weeks
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