freebsd-dev/sys/modules/idt/Makefile
Matthew N. Dodd 0e0e9411f2 HARP driver for the IDT77201/211 NICStAR ATM Adapter (Including Fore LE155).
Obtained from:	 Richard Hodges <rh@matriplex.com>
2002-09-30 05:12:39 +00:00

10 lines
152 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/idt
KMOD= idt
SRCS= idt_pci.c idt_harp.c idt.c
SRCS+= pci_if.h device_if.h bus_if.h
.include <bsd.kmod.mk>