mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
clear out crud
Submitted by: "Pawel Worach" <pawel.worach@gmail.com>
This commit is contained in:
parent
8f668ffa98
commit
1593c65a5b
1 changed files with 2 additions and 2 deletions
|
|
@ -3,6 +3,6 @@
|
|||
.PATH: ${.CURDIR}/../../dev/iwn
|
||||
|
||||
KMOD = if_iwn
|
||||
SRCS = if_iwn.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
||||
CFLAGS += -g -DWITNESS -DINVARIANT_SUPPORT -DINVARIANTS -I${.CURDIR}/../../
|
||||
SRCS = if_iwn.c device_if.h bus_if.h pci_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue