diff options
| author | Max Laier <mlaier@FreeBSD.org> | 2005-09-27 18:10:43 +0000 |
|---|---|---|
| committer | Max Laier <mlaier@FreeBSD.org> | 2005-09-27 18:10:43 +0000 |
| commit | b6de9e91bd2c47efaeec72a08642f8fd99cc7b20 (patch) | |
| tree | 06d50385e76f077f148ab914f1e6e424fbea50a1 /sys/modules/ath/Makefile | |
| parent | 458d22f30259508abcc97d1331ad091d5e70c523 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ath/Makefile')
| -rw-r--r-- | sys/modules/ath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index 15e760cd9811..f844b23447fe 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -40,7 +40,7 @@ KMOD= if_ath SRCS= if_ath.c if_ath_pci.c -SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h opt_inet.h +SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h HAL= ${.CURDIR}/../../contrib/dev/ath CFLAGS+= -I. -I${HAL}/freebsd -I${HAL} |
