mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove "pci" from CSCOPEDIRS.
This commit is contained in:
parent
98d0a9d05a
commit
5c3babf63f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ CSCOPEDIRS= boot bsm cam cddl compat conf contrib crypto ddb dev fs gdb \
|
|||
geom gnu isa kern libkern modules net net80211 \
|
||||
netgraph netinet netinet6 netipsec netnatm netpfil \
|
||||
netsmb nfs nfsclient nfsserver nlm ofed opencrypto \
|
||||
pci rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
|
||||
rpc security sys ufs vm xdr xen ${CSCOPE_ARCHDIR}
|
||||
.if !defined(CSCOPE_ARCHDIR)
|
||||
.if defined(ALL_ARCH)
|
||||
CSCOPE_ARCHDIR = amd64 arm i386 mips pc98 powerpc sparc64 x86
|
||||
|
|
|
|||
Loading…
Reference in a new issue