mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
Make bluetooth compile on all platforms
Reviewed by: imp, ru
This commit is contained in:
parent
6d6fa4fdc9
commit
23d1e148af
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131768
@ -51,11 +51,12 @@ _libngatm= libngatm
|
||||
_libbind= libbind
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
.if !defined(NO_BLUETOOTH)
|
||||
_libbluetooth= libbluetooth
|
||||
_libsdp= libsdp
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
_compat= compat
|
||||
_libncp= libncp
|
||||
_libsmb= libsmb
|
||||
|
@ -40,15 +40,12 @@ SUBDIR= UI \
|
||||
vjc \
|
||||
vlan
|
||||
|
||||
.if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
|
||||
_bluetooth= bluetooth
|
||||
.endif
|
||||
|
||||
.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
|
||||
_mppc= mppc
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
# Things that don't compile on alpha or are aout specific:
|
||||
.if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
|
||||
_bluetooth= bluetooth
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -240,6 +240,10 @@ _dnsquery= dnsquery
|
||||
_host= host
|
||||
.endif
|
||||
|
||||
.if !defined(NO_BLUETOOTH)
|
||||
_bluetooth= bluetooth
|
||||
.endif
|
||||
|
||||
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
||||
_chkey= chkey
|
||||
_newkey= newkey
|
||||
@ -266,9 +270,6 @@ _usbhidctl= usbhidctl
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
.if !defined(NO_BLUETOOTH)
|
||||
_bluetooth= bluetooth
|
||||
.endif
|
||||
_ncplist= ncplist
|
||||
_ncplogin= ncplogin
|
||||
_smbutil= smbutil
|
||||
|
@ -199,6 +199,10 @@ _nslookup= nslookup
|
||||
_nsupdate= nsupdate
|
||||
.endif
|
||||
|
||||
.if !defined(NO_BLUETOOTH)
|
||||
_bluetooth= bluetooth
|
||||
.endif
|
||||
|
||||
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
||||
_keyserv= keyserv
|
||||
.endif
|
||||
@ -245,9 +249,6 @@ _acpi= acpi
|
||||
_apm= apm
|
||||
_apmd= apmd
|
||||
_asf= asf
|
||||
.if !defined(NO_BLUETOOTH)
|
||||
_bluetooth= bluetooth
|
||||
.endif
|
||||
.if ${MACHINE} == "i386"
|
||||
_arlcontrol= arlcontrol
|
||||
_boot0cfg= boot0cfg
|
||||
|
Loading…
Reference in New Issue
Block a user