drivers: power: report battery voltage in AOSP compatible format
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / firewire / Makefile
CommitLineData
3038e353
KH
1#
2# Makefile for the Linux IEEE 1394 implementation
3#
4
e71d31da
SR
5firewire-core-y += core-card.o core-cdev.o core-device.o \
6 core-iso.o core-topology.o core-transaction.o
7firewire-ohci-y += ohci.o
8firewire-sbp2-y += sbp2.o
b9530fd6 9firewire-net-y += net.o
3038e353 10
b9530fd6 11obj-$(CONFIG_FIREWIRE) += firewire-core.o
9a60731d
SR
12obj-$(CONFIG_FIREWIRE_OHCI) += firewire-ohci.o
13obj-$(CONFIG_FIREWIRE_SBP2) += firewire-sbp2.o
b9530fd6 14obj-$(CONFIG_FIREWIRE_NET) += firewire-net.o
28646821 15obj-$(CONFIG_FIREWIRE_NOSY) += nosy.o
1ef5b816 16obj-$(CONFIG_PROVIDE_OHCI1394_DMA_INIT) += init_ohci1394_dma.o