xref: /freebsd-13.1/sys/modules/esp/Makefile (revision 8f11c997)
1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/dev/esp
4
5KMOD=	esp
6SRCS=	device_if.h esp_pci.c bus_if.h ncr53c9x.c
7SRCS+=	opt_cam.h pci_if.h
8
9.include <bsd.kmod.mk>
10