svn commit: r349025 - head/sys/modules/sdio
Warner Losh
imp at FreeBSD.org
Thu Jun 13 22:03:55 UTC 2019
Author: imp
Date: Thu Jun 13 22:03:53 2019
New Revision: 349025
URL: https://svnweb.freebsd.org/changeset/base/349025
Log:
Add opt_cam.h so we can build this outside of a kernel build.
Modified:
head/sys/modules/sdio/Makefile
Modified: head/sys/modules/sdio/Makefile
==============================================================================
--- head/sys/modules/sdio/Makefile Thu Jun 13 20:16:26 2019 (r349024)
+++ head/sys/modules/sdio/Makefile Thu Jun 13 22:03:53 2019 (r349025)
@@ -5,6 +5,6 @@
KMOD= sdio
SRCS= sdiob.c sdio_subr.c
SRCS+= sdio_if.c
-SRCS+= device_if.h bus_if.h sdio_if.h
+SRCS+= device_if.h bus_if.h sdio_if.h opt_cam.h
.include <bsd.kmod.mk>
More information about the svn-src-all
mailing list