mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
906cf7526c
- Add stubs for EISA and SBUS cards. (VME, FutureBUS, and TurboChannel stubs not provided.) - Add infrastructure to build driver and bus front-end modules.
9 lines
135 B
Makefile
9 lines
135 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/hfa
|
|
|
|
KMOD= hfa_pci
|
|
SRCS= hfa_pci.c pci_if.h device_if.h bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|