freebsd-dev/sys/modules/vte/Makefile
Pyun YongHyeon 2608aefc0b Add driver for DM&P Vortex86 RDC R6040 Fast Ethernet.
The controller is commonly found on DM&P Vortex86 x86 SoC.  The
driver supports all hardware features except flow control.  The
flow control was intentionally disabled due to silicon bug.

DM&P Electronics, Inc. provided all necessary information including
sample board to write driver and answered many questions I had.
Many thanks for their support of FreeBSD.

H/W donated by:	DM&P Electronics, Inc.
2010-12-31 00:21:41 +00:00

9 lines
140 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/vte
KMOD= if_vte
SRCS= if_vte.c device_if.h bus_if.h pci_if.h miibus_if.h
.include <bsd.kmod.mk>