mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Connect bluetooth tools for i386 only.
These are probably machine independent, but there is no way for the developers to test them other than on x86. They will become MD as testing becomes possible.
This commit is contained in:
parent
ab1897e943
commit
8590c01663
2 changed files with 4 additions and 0 deletions
|
|
@ -237,7 +237,9 @@ SUBDIR+=vacation
|
|||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
# Things that don't compile on alpha or are aout specific:
|
||||
# move bluetooth when tested on other architectures
|
||||
SUBDIR+=doscmd \
|
||||
bluetooth \
|
||||
ncplist \
|
||||
ncplogin \
|
||||
sasc \
|
||||
|
|
|
|||
|
|
@ -170,10 +170,12 @@ SUBDIR+=elf2exe \
|
|||
pnpinfo
|
||||
.endif
|
||||
|
||||
# Move bluetooth when tested on other architectures
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
SUBDIR+=acpi \
|
||||
apm \
|
||||
apmd \
|
||||
bluetooth \
|
||||
btxld \
|
||||
kgmon \
|
||||
kgzip \
|
||||
|
|
|
|||
Loading…
Reference in a new issue