Fix "make depend" with nvme.ko: add opt_cam.h to SRCS

MFC after:	1 week
X-MFC with:	r301778
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-03-04 08:46:57 +00:00
parent 38ede98e9a
commit ee13e70e4f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314645

View File

@ -16,6 +16,7 @@ SRCS = nvme.c \
\
bus_if.h \
device_if.h \
opt_cam.h \
pci_if.h
.include <bsd.kmod.mk>