mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add opt_cam.h so we can build this outside of a kernel build.
This commit is contained in:
parent
af1d6d6a11
commit
1682a3ab4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue