mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add cardbus, cbb, ep and pccard. These can likely be moved to the MI
section, but I've not had a chance to build them on other architectures recently enough to add them.
This commit is contained in:
parent
bbe04fe2ca
commit
4e54e04e18
1 changed files with 5 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ SUBDIR+=ipfilter
|
|||
# ncp \
|
||||
# nwfs \
|
||||
# XXX some of these can move to the general case when de-i386'ed
|
||||
# XXX some of these can move now, but are untested on other architectures.
|
||||
.if ${MACHINE} == "i386"
|
||||
SUBDIR+=aac \
|
||||
acpi \
|
||||
|
|
@ -139,6 +140,8 @@ SUBDIR+=aac \
|
|||
atspeaker \
|
||||
bktr \
|
||||
cam \
|
||||
cardbus \
|
||||
cbb \
|
||||
cd9660 \
|
||||
ciss \
|
||||
cm \
|
||||
|
|
@ -146,6 +149,7 @@ SUBDIR+=aac \
|
|||
drm \
|
||||
el \
|
||||
em \
|
||||
ep \
|
||||
fe \
|
||||
fpu \
|
||||
gnufpu \
|
||||
|
|
@ -162,6 +166,7 @@ SUBDIR+=aac \
|
|||
netgraph \
|
||||
oltr \
|
||||
pecoff \
|
||||
pccard \
|
||||
ray \
|
||||
s3 \
|
||||
sbni \
|
||||
|
|
|
|||
Loading…
Reference in a new issue