mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04: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.
13 lines
299 B
Makefile
13 lines
299 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/hfa
|
|
|
|
KMOD= hfa
|
|
SRCS= hfa_freebsd.c \
|
|
fore_buffer.c fore_init.c fore_receive.c fore_vcm.c \
|
|
fore_command.c fore_intr.c fore_stats.c \
|
|
fore_globals.c fore_timer.c \
|
|
fore_if.c fore_output.c fore_transmit.c \
|
|
device_if.h bus_if.h
|
|
|
|
.include <bsd.kmod.mk>
|