mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix make buildworld -DMODULES_WITH_WORLD
Sort opt_ srcs
This commit is contained in:
parent
61cf9896b6
commit
898dec7830
3 changed files with 10 additions and 7 deletions
|
|
@ -10,6 +10,7 @@ SRCS = t4_main.c t4_sge.c t4_l2t.c
|
|||
SRCS+= t4_hw.c
|
||||
SRCS+= device_if.h bus_if.h pci_if.h
|
||||
SRCS+= opt_inet.h
|
||||
SRCS+= opt_ofed.h
|
||||
|
||||
CFLAGS+= -I${CXGBE}
|
||||
|
||||
|
|
|
|||
|
|
@ -14,13 +14,14 @@ SRCS= vnode_if.h \
|
|||
nfs_clsubs.c \
|
||||
nfs_clvfsops.c \
|
||||
nfs_clvnops.c \
|
||||
opt_bootp.h \
|
||||
opt_inet.h \
|
||||
opt_inet6.h \
|
||||
opt_bootp.h \
|
||||
opt_nfsroot.h \
|
||||
opt_kdtrace.h \
|
||||
opt_kgssapi.h \
|
||||
opt_nfs.h \
|
||||
opt_ufs.h \
|
||||
opt_kgssapi.h
|
||||
opt_nfsroot.h \
|
||||
opt_ufs.h
|
||||
|
||||
.if !defined(KERNBUILDDIR)
|
||||
NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel
|
||||
|
|
|
|||
|
|
@ -7,9 +7,10 @@ SRCS= vnode_if.h \
|
|||
nfs_commonkrpc.c \
|
||||
nfs_commonport.c \
|
||||
nfs_commonsubs.c \
|
||||
opt_kgssapi.h \
|
||||
opt_ufs.h \
|
||||
opt_inet6.h \
|
||||
opt_nfs.h
|
||||
opt_kdtrace.h \
|
||||
opt_kgssapi.h \
|
||||
opt_nfs.h \
|
||||
opt_ufs.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue