Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2020 12:59:44 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r364269 - head/sys/modules/usb/cp2112
Message-ID:  <202008161259.07GCxih6072072@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eugen
Date: Sun Aug 16 12:59:43 2020
New Revision: 364269
URL: https://svnweb.freebsd.org/changeset/base/364269

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

Modified:
  head/sys/modules/usb/cp2112/Makefile

Modified: head/sys/modules/usb/cp2112/Makefile
==============================================================================
--- head/sys/modules/usb/cp2112/Makefile	Sun Aug 16 11:50:37 2020	(r364268)
+++ head/sys/modules/usb/cp2112/Makefile	Sun Aug 16 12:59:43 2020	(r364269)
@@ -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?202008161259.07GCxih6072072>