mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Depend on the relevant header files.
This commit is contained in:
parent
ad5129589c
commit
08e00a3927
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
.PATH: ${.CURDIR}/../../dev/oce
|
||||
KMOD = oce
|
||||
SRCS = oce_if.c oce_hw.c oce_mbox.c oce_util.c oce_queue.c oce_sysctl.c
|
||||
#SRCS += ${ofw_bus_if} bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h
|
||||
SRCS += bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../dev/oce -DSMP
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue