mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make the bluetooth modules
Approved by: re
This commit is contained in:
parent
8f5271e78a
commit
075c3f0781
1 changed files with 5 additions and 0 deletions
|
|
@ -37,4 +37,9 @@ SUBDIR= UI \
|
|||
SUBDIR+= mppc
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
# Things that don't compile on alpha or are aout specific:
|
||||
SUBDIR+= bluetooth
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue