freebsd-dev/sys/modules/hfa/eisa/Makefile
Matthew N. Dodd 906cf7526c - Convert the 'hfa' ATM interface driver to newbus.
- Add stubs for EISA and SBUS cards.
  (VME, FutureBUS, and TurboChannel stubs not provided.)
- Add infrastructure to build driver and bus front-end modules.
2002-04-17 00:26:09 +00:00

9 lines
136 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../dev/hfa
KMOD= hfa_eisa
SRCS= hfa_eisa.c eisa_if.h device_if.h bus_if.h
.include <bsd.kmod.mk>