summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-29 00:02:34 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-09-29 00:02:34 +0000
commit4e38eb5438f254c7f2d588ee15a8045e734143bd (patch)
tree7d9ef376f1f2fabe57271fcdfeda69c80d3996bc /Makefile
parentfb599c9a030ac438755627f5919bfc40a57a0b9e (diff)
downloadhqemu-4e38eb5438f254c7f2d588ee15a8045e734143bd.zip
hqemu-4e38eb5438f254c7f2d588ee15a8045e734143bd.tar.gz
Add a virtual HCI.
This implements most of the logic of a real HCI (at least the pieces marked as mandatory). It doesn't support keys, authentication etc. It works on top of the LMP layer, which is not fully emulated because software never has direct access to it. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5345 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 49e4398..dd60885 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ OBJS+=scsi-generic.o
OBJS+=usb.o usb-hub.o usb-linux.o usb-hid.o usb-msd.o usb-wacom.o
OBJS+=usb-serial.o usb-net.o
OBJS+=sd.o ssi-sd.o
-OBJS+=bt.o bt-host.o
+OBJS+=bt.o bt-host.o bt-hci.o
ifdef CONFIG_BRLAPI
OBJS+= baum.o
OpenPOWER on IntegriCloud