mirror of
https://github.com/opnsense/src.git
synced 2026-03-22 10:50:09 -04:00
directory by default) without requiring the user to load them by hand using e.g iwicontrol. Get rid of the old ioctl crud. Updated iwi-firmware port coming soon. Obtained from: OpenBSD
8 lines
147 B
Makefile
8 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/iwi
|
|
|
|
KMOD = if_iwi
|
|
SRCS = if_iwi.c device_if.h bus_if.h pci_if.h vnode_if.h
|
|
|
|
.include <bsd.kmod.mk>
|