Index: stable/11/sys/modules/iwm/Makefile =================================================================== --- stable/11/sys/modules/iwm/Makefile (revision 330188) +++ stable/11/sys/modules/iwm/Makefile (revision 330189) @@ -1,16 +1,17 @@ # $FreeBSD$ .PATH: ${SRCTOP}/sys/dev/iwm KMOD= if_iwm # Main driver SRCS= if_iwm.c if_iwm_binding.c if_iwm_util.c if_iwm_phy_db.c 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 if_iwm_led.c if_iwm_notif_wait.c +SRCS+= if_iwm_7000.c if_iwm_8000.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 .include Index: stable/11 =================================================================== --- stable/11 (revision 330188) +++ stable/11 (revision 330189) Property changes on: stable/11 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r314151