From f8f471cf5f03e9ee9024b741388e37891904a2fd Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 13 Mar 2018 23:36:15 +0000 Subject: [PATCH] We need opt_compat.h after r330819 and 330820. Add opt_compat.h to fix the stand-alone build case. Sponsored by: Netflix. --- sys/modules/cam/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/cam/Makefile b/sys/modules/cam/Makefile index b4e37cdb8be..d9788257836 100644 --- a/sys/modules/cam/Makefile +++ b/sys/modules/cam/Makefile @@ -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