From 1aca6504534c2339789cc8cce84378ab4947524d Mon Sep 17 00:00:00 2001 From: Eugene Grosbein Date: Sun, 16 Aug 2020 12:59:43 +0000 Subject: [PATCH] Unbreak building cp2112(8) as a module outside of kernel build environment. --- sys/modules/usb/cp2112/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/usb/cp2112/Makefile b/sys/modules/usb/cp2112/Makefile index dd0213842ec..eb9652f8797 100644 --- a/sys/modules/usb/cp2112/Makefile +++ b/sys/modules/usb/cp2112/Makefile @@ -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