Date: Mon, 22 Apr 2019 04:11:37 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r346521 - in stable/11/sys/modules: uchcom ucycom Message-ID: <201904220411.x3M4Bbi3007465@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Mon Apr 22 04:11:37 2019 New Revision: 346521 URL: https://svnweb.freebsd.org/changeset/base/346521 Log: MFC r336052: Set .PATH to dev/usb/serial so that these modules compile again. Modified: stable/11/sys/modules/uchcom/Makefile stable/11/sys/modules/ucycom/Makefile Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/modules/uchcom/Makefile ============================================================================== --- stable/11/sys/modules/uchcom/Makefile Mon Apr 22 04:07:51 2019 (r346520) +++ stable/11/sys/modules/uchcom/Makefile Mon Apr 22 04:11:37 2019 (r346521) @@ -1,7 +1,7 @@ # $FreeBSD$ S= ${SRCTOP}/sys -.PATH: $S/dev/usb +.PATH: $S/dev/usb/serial KMOD= uchcom SRCS= uchcom.c opt_usb.h device_if.h bus_if.h usbdevs.h Modified: stable/11/sys/modules/ucycom/Makefile ============================================================================== --- stable/11/sys/modules/ucycom/Makefile Mon Apr 22 04:07:51 2019 (r346520) +++ stable/11/sys/modules/ucycom/Makefile Mon Apr 22 04:11:37 2019 (r346521) @@ -1,7 +1,7 @@ # $FreeBSD$ S= ${SRCTOP}/sys -.PATH: $S/dev/usb +.PATH: $S/dev/usb/serial KMOD= ucycom SRCS= ucycom.c opt_usb.h device_if.h bus_if.h usbdevs.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904220411.x3M4Bbi3007465>