mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
7 lines
143 B
Makefile
7 lines
143 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/wpi
|
|
|
|
KMOD = if_wpi
|
|
SRCS = if_wpi.c device_if.h bus_if.h pci_if.h opt_wpi.h opt_wlan.h
|
|
|
|
.include <bsd.kmod.mk>
|