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

This commit is contained in:
imp 2019-06-13 22:03:53 +00:00
parent c96a26566d
commit 4f2b6cab38

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>