mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
- Add stubs for EISA and SBUS cards. (VME, FutureBUS, and TurboChannel stubs not provided.) - Add infrastructure to build driver and bus front-end modules.
8 lines
136 B
Makefile
8 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>
|