summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-11-09 23:53:13 +0000
committeradrian <adrian@FreeBSD.org>2011-11-09 23:53:13 +0000
commit98a6f1301cad7ac4eeac57154296989ddf0eba06 (patch)
tree353e504890f1f22925a2e95226c7ed330c930727 /sys/modules
parent175332176b1eebe826c77bb3fd0ab48d7f466540 (diff)
downloadFreeBSD-src-98a6f1301cad7ac4eeac57154296989ddf0eba06.zip
FreeBSD-src-98a6f1301cad7ac4eeac57154296989ddf0eba06.tar.gz
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.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ath_ahb/Makefile2
-rw-r--r--sys/modules/ath_pci/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ath_ahb/Makefile b/sys/modules/ath_ahb/Makefile
index 698514a..9d31841 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 9c06b49..5f9e0a1 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
OpenPOWER on IntegriCloud