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


_______________________________________________
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