Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 10:28:52 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r364913 - stable/12/sys/modules/usb/cp2112
Message-ID:  <202008281028.07SASqSt029204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281028.07SASqSt029204>