Add opt_cam.h so we can build this outside of a kernel build.

This commit is contained in:
Warner Losh 2019-06-13 22:03:53 +00:00
parent af1d6d6a11
commit 1682a3ab4b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349025

View File

@ -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>