Fix make buildworld -DMODULES_WITH_WORLD

Sort opt_ srcs
This commit is contained in:
Ulrich Spörlein 2011-06-23 20:31:52 +00:00
parent 61cf9896b6
commit 898dec7830
3 changed files with 10 additions and 7 deletions

View file

@ -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}

View file

@ -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

View file

@ -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>