From 549b4f07f6e6061bc4be78514856c8674a535fe1 Mon Sep 17 00:00:00 2001 From: sam Date: Mon, 18 Sep 2006 16:49:15 +0000 Subject: 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 --- sys/modules/ath/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/ath/Makefile') diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index 9b6f3da..fdc0150 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -43,7 +43,7 @@ SRCS= if_ath.c if_ath_pci.c SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h opt_ath.h HAL= ${.CURDIR}/../../contrib/dev/ath -CFLAGS+= -I. -I${HAL}/freebsd -I${HAL} +CFLAGS+= -I. -I${.CURDIR}/../../dev/ath -I${HAL} opt_ath.h: echo > $@ -- cgit v1.1