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