From 1682a3ab4b725e31e9aab4aa4a8aa2ba400463fe Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 13 Jun 2019 22:03:53 +0000 Subject: [PATCH] Add opt_cam.h so we can build this outside of a kernel build. --- sys/modules/sdio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/sdio/Makefile b/sys/modules/sdio/Makefile index 64afe91ded5..4ee0e2d5223 100644 --- a/sys/modules/sdio/Makefile +++ b/sys/modules/sdio/Makefile @@ -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