kernel: Add D_MPSAFE to the ops of mfi(4), mrsas(4) and twa(4).
[dragonfly.git] / sys / dev / netif / rtw / Makefile
1 KMOD    = if_rtw
2
3 SRCS    = if_rtw_pci.c smc93cx6.c rtwphyio.c rtwphy.c rtw.c
4 SRCS    += device_if.h bus_if.h pci_if.h pcidevs.h opt_aic7xxx.h
5
6 .if !defined(BUILDING_WITH_KERNEL)
7 opt_aic7xxx.h:
8         echo "" > ${.TARGET}
9 .endif
10
11 .include <bsd.kmod.mk>