mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
opt_global.h is never needed in SRCS lists.
Sponsored by: Netflix
This commit is contained in:
parent
7faf4201b4
commit
621dde6bf2
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ CXGB = ${.CURDIR}/../../../dev/cxgb
|
|||
KMOD= t3_tom
|
||||
SRCS= cxgb_tom.c cxgb_cpl_io.c cxgb_listen.c cxgb_l2t.c
|
||||
SRCS+= opt_compat.h opt_inet.h opt_inet6.h opt_ipsec.h
|
||||
SRCS+= opt_tcpdebug.h opt_ddb.h opt_sched.h opt_global.h opt_ktr.h
|
||||
SRCS+= opt_tcpdebug.h opt_ddb.h opt_sched.h opt_ktr.h
|
||||
SRCS+= device_if.h bus_if.h pci_if.h
|
||||
CFLAGS+= -g -I${CXGB}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue