diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2015-08-08 21:09:41 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2015-08-08 21:09:41 +0000 |
| commit | 444e7e3d82e62922be8246ad205bc1a2a16ddbc5 (patch) | |
| tree | bd203f8024b841a5cd80656953f96b22bcedf988 /sys/modules/iwm | |
| parent | 49fdbf0a922134996c3cf9c08cb98775d4d483ed (diff) | |
Build the iwm and iwmfw modules by default on x86.
Notes
svn path=/head/; revision=286476
Diffstat (limited to 'sys/modules/iwm')
| -rw-r--r-- | sys/modules/iwm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/iwm/Makefile b/sys/modules/iwm/Makefile index 9dc991972a4c..f37c7476f162 100644 --- a/sys/modules/iwm/Makefile +++ b/sys/modules/iwm/Makefile @@ -9,9 +9,8 @@ SRCS+= if_iwm_mac_ctxt.c if_iwm_phy_ctxt.c if_iwm_time_event.c SRCS+= if_iwm_power.c if_iwm_scan.c # bus layer SRCS+= if_iwm_pcie_trans.c - SRCS+= device_if.h bus_if.h pci_if.h opt_wlan.h -CFLAGS+= -DIWM_DEBUG -I${.CURDIR}/../../dev/iwm +CFLAGS+= -DIWM_DEBUG .include <bsd.kmod.mk> |
