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:
Warner Losh 2018-03-13 23:36:15 +00:00
parent 1e9538d253
commit f8f471cf5f

View file

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