Build a 'hea_pci' driver module.
This commit is contained in:
parent
3a6cbf0164
commit
b327025f16
11
sys/modules/hea/Makefile
Normal file
11
sys/modules/hea/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/hea
|
||||
|
||||
KMOD= hea_pci
|
||||
SRCS= hea_pci.c pci_if.h device_if.h bus_if.h
|
||||
SRCS+= hea_freebsd.c \
|
||||
eni.c eni_globals.c eni_init.c eni_receive.c eni_vcm.c \
|
||||
eni_buffer.c eni_if.c eni_intr.c eni_transmit.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
x
Reference in New Issue
Block a user