From fb599c9a030ac438755627f5919bfc40a57a0b9e Mon Sep 17 00:00:00 2001 From: balrog Date: Sun, 28 Sep 2008 23:49:55 +0000 Subject: Implement a HCI passthrough to host. This allows using a host's physical HCI as one of the HCIs attached to the virtual machine. This brings various limitations because not all commands/events are passed through by Linux kernel, some are interpreted by the host's kernel for a speed gain. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5344 c046a42c-6fe2-441c-8c8c-71466251a162 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9e6f760f15..49e439883d 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 +OBJS+=bt.o bt-host.o ifdef CONFIG_BRLAPI OBJS+= baum.o @@ -166,6 +166,9 @@ vnc.o: vnc.c keymaps.c sdl_keysym.h vnchextile.h d3des.c d3des.h curses.o: curses.c keymaps.c curses_keys.h $(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $< +bt-host.o: bt-host.c + $(CC) $(CFLAGS) $(CPPFLAGS) $(CONFIG_BLUEZ_CFLAGS) -c -o $@ $< + audio/sdlaudio.o: audio/sdlaudio.c $(CC) $(CFLAGS) $(CPPFLAGS) $(SDL_CFLAGS) -c -o $@ $< -- cgit v1.2.3