if_iwm - Add implementation of the notification wait api from iwlwifi.
[dragonfly.git] / sys / dev / netif / iwm / Makefile
1 #
2 #
3 KMOD    = if_iwm
4 SRCS    = if_iwm.c if_iwm_pcie_trans.c if_iwm_power.c if_iwm_util.c
5 SRCS    += if_iwm_binding.c if_iwm_phy_ctxt.c if_iwm_scan.c if_iwm_led.c
6 SRCS    += if_iwm_mac_ctxt.c if_iwm_phy_db.c if_iwm_time_event.c
7 SRCS    += if_iwm_notif_wait.c
8 SRCS    += device_if.h bus_if.h pci_if.h opt_wlan.h
9
10 SUBDIR  = fw
11
12 CFLAGS += -DIWM_DEBUG
13
14 .include <bsd.kmod.mk>