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

This commit is contained in:
Eugene Grosbein
2020-08-16 12:59:43 +00:00
parent f5d30f7f76
commit 1aca650453
+1 -1
View File
@@ -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>