opnsense-src/sys/modules/rl/Makefile
Warner Losh 9b27478be4 Add RL_TWISTER_ENABLE option. This enables the magic bits to do long
cable tuning.  This has helped in some installations for hardware
deployed by a former employer.  Made optional because the lists aren't
full of complaints about these cards... even when they were wildly
popular.

Reviewed by:	attilio@, jhb@, trhodes@ (all an older version of the patch)
2008-10-31 23:24:13 +00:00

9 lines
150 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../pci
KMOD= if_rl
SRCS= if_rl.c device_if.h bus_if.h pci_if.h opt_rl.h
SRCS+= miibus_if.h
.include <bsd.kmod.mk>