mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Unbreak stand-alone build of the de(4) module.
This commit is contained in:
parent
f12a8f9703
commit
e0d020b3c4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
.PATH: ${.CURDIR}/../../pci
|
||||
|
||||
KMOD= if_de
|
||||
SRCS= if_de.c opt_bdg.h device_if.h bus_if.h pci_if.h
|
||||
SRCS= if_de.c opt_bdg.h opt_ddb.h device_if.h bus_if.h pci_if.h
|
||||
|
||||
# Compile-time options.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue