408146ed57
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
9 lines
147 B
Makefile
9 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>
|