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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [bluetooth/] [Makefile] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1275 phoenix
#
2
# Makefile for the Linux Bluetooth HCI device drivers
3
#
4
 
5
O_TARGET        := bluetooth.o
6
 
7
list-multi      := hci_uart.o
8
 
9
obj-$(CONFIG_BLUEZ_HCIUSB)      += hci_usb.o
10
obj-$(CONFIG_BLUEZ_HCIVHCI)     += hci_vhci.o
11
 
12
obj-$(CONFIG_BLUEZ_HCIUART)             += hci_uart.o
13
uart-y                                  := hci_ldisc.o
14
uart-$(CONFIG_BLUEZ_HCIUART_H4)         += hci_h4.o
15
uart-$(CONFIG_BLUEZ_HCIUART_BCSP)       += hci_bcsp.o
16
 
17
obj-$(CONFIG_BLUEZ_HCIBFUSB)    += bfusb.o
18
 
19
obj-$(CONFIG_BLUEZ_HCIDTL1)     += dtl1_cs.o
20
obj-$(CONFIG_BLUEZ_HCIBT3C)     += bt3c_cs.o
21
obj-$(CONFIG_BLUEZ_HCIBLUECARD) += bluecard_cs.o
22
obj-$(CONFIG_BLUEZ_HCIBTUART)   += btuart_cs.o
23
 
24
include $(TOPDIR)/Rules.make
25
 
26
hci_uart.o: $(uart-y)
27
        $(LD) -r -o $@ $(uart-y)

powered by: WebSVN 2.1.0

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