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>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"