kernel: Remove the inclusion of opt_ddb.h from where it is unnecessary.
[dragonfly.git] / sys / dev / disk / isp / Makefile
1 # $FreeBSD: src/sys/modules/isp/Makefile,v 1.4 2008/05/04 14:59:24 marius Exp $
2
3 KMOD=   isp
4 SRCS=   bus_if.h device_if.h pci_if.h \
5         opt_cam.h opt_isp.h \
6         isp.c isp_library.c isp_target.c isp_freebsd.c isp_pci.c
7
8 .include <bsd.kmod.mk>