~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux-2.6.17/drivers/bluetooth/Makefile

Version: ~ [ 2.6.16 ] ~ [ 2.6.17 ] ~
Architecture: ~ [ ia64 ] ~ [ i386 ] ~ [ arm ] ~ [ ppc ] ~ [ sparc64 ] ~

  1 #
  2 # Makefile for the Linux Bluetooth HCI device drivers.
  3 #
  4 
  5 obj-$(CONFIG_BT_HCIUSB)         += hci_usb.o
  6 obj-$(CONFIG_BT_HCIVHCI)        += hci_vhci.o
  7 obj-$(CONFIG_BT_HCIUART)        += hci_uart.o
  8 obj-$(CONFIG_BT_HCIBCM203X)     += bcm203x.o
  9 obj-$(CONFIG_BT_HCIBPA10X)      += bpa10x.o
 10 obj-$(CONFIG_BT_HCIBFUSB)       += bfusb.o
 11 obj-$(CONFIG_BT_HCIDTL1)        += dtl1_cs.o
 12 obj-$(CONFIG_BT_HCIBT3C)        += bt3c_cs.o
 13 obj-$(CONFIG_BT_HCIBLUECARD)    += bluecard_cs.o
 14 obj-$(CONFIG_BT_HCIBTUART)      += btuart_cs.o
 15 
 16 hci_uart-y                              := hci_ldisc.o
 17 hci_uart-$(CONFIG_BT_HCIUART_H4)        += hci_h4.o
 18 hci_uart-$(CONFIG_BT_HCIUART_BCSP)      += hci_bcsp.o
 19 hci_uart-objs                           := $(hci_uart-y)

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.