OpenCores
URL https://opencores.org/ocsvn/test_project/test_project/trunk

Subversion Repositories test_project

[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [bluetooth/] [Makefile] - Blame information for rev 62

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 62 marcus.erl
#
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
obj-$(CONFIG_BT_HCIBTUSB)       += btusb.o
17
obj-$(CONFIG_BT_HCIBTSDIO)      += btsdio.o
18
 
19
hci_uart-y                              := hci_ldisc.o
20
hci_uart-$(CONFIG_BT_HCIUART_H4)        += hci_h4.o
21
hci_uart-$(CONFIG_BT_HCIUART_BCSP)      += hci_bcsp.o
22
hci_uart-$(CONFIG_BT_HCIUART_LL)        += hci_ll.o
23
hci_uart-objs                           := $(hci_uart-y)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.