Merge tag 'hwmon-for-linus-v4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / dma / bestcomm / Makefile
1 #
2 # Makefile for BestComm & co
3 #
4
5 bestcomm-core-objs := bestcomm.o sram.o
6 bestcomm-ata-objs := ata.o bcom_ata_task.o
7 bestcomm-fec-objs := fec.o bcom_fec_rx_task.o bcom_fec_tx_task.o
8 bestcomm-gen-bd-objs := gen_bd.o bcom_gen_bd_rx_task.o bcom_gen_bd_tx_task.o
9
10 obj-$(CONFIG_PPC_BESTCOMM) += bestcomm-core.o
11 obj-$(CONFIG_PPC_BESTCOMM_ATA) += bestcomm-ata.o
12 obj-$(CONFIG_PPC_BESTCOMM_FEC) += bestcomm-fec.o
13 obj-$(CONFIG_PPC_BESTCOMM_GEN_BD) += bestcomm-gen-bd.o
14
This page took 0.032267 seconds and 5 git commands to generate.