mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
We need opt_compat.h after r330819 and 330820.
Add opt_compat.h to fix the stand-alone build case. Sponsored by: Netflix.
This commit is contained in:
parent
1e9538d253
commit
f8f471cf5f
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ KMOD= cam
|
|||
|
||||
# See sys/conf/options for the flags that go into the different opt_*.h files.
|
||||
SRCS= opt_cam.h
|
||||
SRCS= opt_compat.h
|
||||
SRCS+= opt_ada.h
|
||||
SRCS+= opt_scsi.h
|
||||
SRCS+= opt_cd.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue