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
126 B
Makefile
9 lines
126 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/hfa
|
|
|
|
KMOD= hfa_sbus
|
|
SRCS= hfa_sbus.c device_if.h bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|