Date: Thu, 13 Jun 2019 22:03:54 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r349025 - head/sys/modules/sdio Message-ID: <201906132203.x5DM3sjp075056@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906132203.x5DM3sjp075056>