diff options
-rw-r--r-- | sys/modules/ath_ahb/Makefile | 2 | ||||
-rw-r--r-- | 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 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 |