Date: Tue, 29 Sep 2015 04:56:28 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r288352 - in head/sys/modules/usb: rsu urtwn Message-ID: <201509290456.t8T4uShO078262@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Tue Sep 29 04:56:27 2015 New Revision: 288352 URL: https://svnweb.freebsd.org/changeset/base/288352 Log: Add opt_wlan.h as requirements for the two drivers I'm currently working on. Modified: head/sys/modules/usb/rsu/Makefile head/sys/modules/usb/urtwn/Makefile Modified: head/sys/modules/usb/rsu/Makefile ============================================================================== --- head/sys/modules/usb/rsu/Makefile Tue Sep 29 04:47:31 2015 (r288351) +++ head/sys/modules/usb/rsu/Makefile Tue Sep 29 04:56:27 2015 (r288352) @@ -5,6 +5,6 @@ KMOD = if_rsu SRCS = if_rsu.c if_rsureg.h \ bus_if.h device_if.h \ - opt_bus.h opt_usb.h usb_if.h usbdevs.h + opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h .include <bsd.kmod.mk> Modified: head/sys/modules/usb/urtwn/Makefile ============================================================================== --- head/sys/modules/usb/urtwn/Makefile Tue Sep 29 04:47:31 2015 (r288351) +++ head/sys/modules/usb/urtwn/Makefile Tue Sep 29 04:56:27 2015 (r288352) @@ -5,6 +5,6 @@ KMOD = if_urtwn SRCS = if_urtwn.c if_urtwnreg.h \ bus_if.h device_if.h \ - opt_bus.h opt_usb.h usb_if.h usbdevs.h + opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h .include <bsd.kmod.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509290456.t8T4uShO078262>