Author: eadler
Date: Thu Mar  1 06:19:12 2018
New Revision: 330189
URL: https://svnweb.freebsd.org/changeset/base/330189

Log:
  MFC 314151:
  
  Unbreak if_iwm.ko after r314076
  
  Add if_iwm_7000.c/if_iwm_8000.c to SRCS to match similar additions made
  to sys/conf/files after refactoring done in the commit noted.
  
  PR:           217308
  Pointyhat to: adrian
  Submitted by: Andreas Nilsson <andrn...@gmail.com>
  Reported by:  Jakob Alvermark <ja...@alvermark.net>, Juan Ramómon Molina 
Menor <lis...@club.fr>

Modified:
  stable/11/sys/modules/iwm/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/modules/iwm/Makefile
==============================================================================
--- stable/11/sys/modules/iwm/Makefile  Thu Mar  1 06:18:27 2018        
(r330188)
+++ stable/11/sys/modules/iwm/Makefile  Thu Mar  1 06:19:12 2018        
(r330189)
@@ -7,6 +7,7 @@ KMOD=   if_iwm
 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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to