diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2012-05-01 07:38:40 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2012-05-01 07:38:40 +0000 |
| commit | ca27f0cef04fe67c812aae3568211798f52f28ee (patch) | |
| tree | d65ccd1ec0417aa190d966e05b9cfe7e1b19ccc7 /sys/modules/mwl | |
| parent | e4b7508aad4e4ad929a0ac0ce845040061690e37 (diff) | |
Notes
Diffstat (limited to 'sys/modules/mwl')
| -rw-r--r-- | sys/modules/mwl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mwl/Makefile b/sys/modules/mwl/Makefile index 8971eb1b06e1f..f2c40d79cb5f4 100644 --- a/sys/modules/mwl/Makefile +++ b/sys/modules/mwl/Makefile @@ -33,7 +33,7 @@ KMOD= if_mwl SRCS= if_mwl.c if_mwl_pci.c mwlhal.c -SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h opt_mwl.h +SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h opt_mwl.h opt_wlan.h opt_mwl.h: echo '#define MWL_DEBUG 1'> $@ |
