From cfa6055f5e751fb5844ba6da4d774774e14b4197 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Wed, 9 Nov 2011 23:53:13 +0000 Subject: [PATCH] Since these include wlan/ath/ah headers and these can change definitions based on the state of the kernel compile environment, ensure the opt_*.h files are available. --- sys/modules/ath_ahb/Makefile | 2 +- sys/modules/ath_pci/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/ath_ahb/Makefile b/sys/modules/ath_ahb/Makefile index 698514a89df..9d31841e4e1 100644 --- a/sys/modules/ath_ahb/Makefile +++ b/sys/modules/ath_ahb/Makefile @@ -34,7 +34,7 @@ KMOD= if_ath_ahb SRCS= if_ath_ahb.c -SRCS+= device_if.h bus_if.h +SRCS+= device_if.h bus_if.h opt_wlan.h opt_ath.h opt_ah.h CFLAGS+= -I. -I${.CURDIR}/../../dev/ath -I${.CURDIR}/../../dev/ath/ath_hal diff --git a/sys/modules/ath_pci/Makefile b/sys/modules/ath_pci/Makefile index 9c06b49c505..5f9e0a136c4 100644 --- a/sys/modules/ath_pci/Makefile +++ b/sys/modules/ath_pci/Makefile @@ -34,7 +34,7 @@ KMOD= if_ath_pci SRCS= if_ath_pci.c -SRCS+= device_if.h bus_if.h pci_if.h opt_ah.h +SRCS+= device_if.h bus_if.h pci_if.h opt_wlan.h opt_ath.h opt_ah.h CFLAGS+= -I. -I${.CURDIR}/../../dev/ath -I${.CURDIR}/../../dev/ath/ath_hal