Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
tglx
/
history
/
refs/tags/v2.5.9
/
.
/
drivers
/
bluetooth
/
Makefile
blob: 6a259502186e7ad8a5b5ffd7748d05dd427c1fa8 [
file
]
#
# Makefile for Bluetooth HCI device drivers.
#
O_TARGET
:=
bluetooth
.
o
obj
-
$
(
CONFIG_BLUEZ_HCIUSB
)
+=
hci_usb
.
o
obj
-
$
(
CONFIG_BLUEZ_HCIUART
)
+=
hci_uart
.
o
obj
-
$
(
CONFIG_BLUEZ_HCIVHCI
)
+=
hci_vhci
.
o
include $
(
TOPDIR
)/
Rules
.
make