svn commit: r364913 - stable/12/sys/modules/usb/cp2112

Andriy Gapon avg at FreeBSD.org
Fri Aug 28 10:28:53 UTC 2020


Author: avg
Date: Fri Aug 28 10:28:52 2020
New Revision: 364913
URL: https://svnweb.freebsd.org/changeset/base/364913

Log:
  MFC r364269 by eugen: Unbreak building cp2112(8) as a module...
  
  outside of kernel build environment.

Modified:
  stable/12/sys/modules/usb/cp2112/Makefile
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/modules/usb/cp2112/Makefile
==============================================================================
--- stable/12/sys/modules/usb/cp2112/Makefile	Fri Aug 28 10:27:24 2020	(r364912)
+++ stable/12/sys/modules/usb/cp2112/Makefile	Fri Aug 28 10:28:52 2020	(r364913)
@@ -31,7 +31,7 @@ S=     ${SRCTOP}/sys
 
 KMOD=	cp2112
 SRCS=	cp2112.c
-SRCS+=	opt_bus.h opt_usb.h
+SRCS+=	opt_bus.h opt_platform.h opt_usb.h
 SRCS+=	device_if.h bus_if.h gpio_if.h iicbus_if.h usb_if.h usbdevs.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-stable-12 mailing list